/* Javascript for the patient side of the site */
 function OpenPIBehind(url1,url2)
 {
   mywindow2= window.open(url2,"FuzeonPI");  
   mywindow1= window.open(url1,"pdf"); 
 }