
    
 var disclaimer ='<i>Images are for display and reference only, as they are influenced by your computer settings and should not be considered for medical purposes or as representative of the quality of the actual products used in clinical settings. </i>';
 var go ='Go';
 var home ='Home';
 var search ='SEARCH';
 var select ='Select';
   
  function Popup(nURL, popURL)
{
//alert("yes")
var tURL=popURL+'?'+nURL
window.open(tURL,"mywindow","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=450,height=300,top=20,left=50");
}