function newWindow()  {
doctorsWindow = window.open('/ssi/profiles.html','title','toolbar=yes,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizeable=0,left=60,top=10,width=640,height=600')
}

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {    // if we've detected an acceptable version
    var oeTags = '<script language="JavaScript" src="/scripts/EinCode.js"><\/script>';
    document.write(oeTags);   // embed the flash movie 
} else {  
// flash is too old or we can't detect the plugin
 // NOTE: height, width are required!
 
    var alternateContent = '<a href="http://www.einstein.edu/aboutus/news/2008/article16451.html"><IMG SRC="/template_images/MossRehab15yr.jpg" WIDTH="347" HEIGHT="207" border="0" ></A>';
    var alternateContent2 = '<BR><BR><font face="verdana, arial, sanserif" size= "1" color="#777777"><a href="http://www.macromedia.com/support/flash/downloads.html" target="_blank">Download the free Flash  plugin</A> to view the animation.</font><BR>';
    document.write(alternateContent); 
    document.write(alternateContent2);  // insert non-flash content
   }
}