﻿// JScript File
function openLink(fileName) { 
			eval("window.open('" + fileName + "','','top=200,left=200,width=590,height=545,resizable=no,scrollbars=no');");
			 } 
function openHCP(fileName) { 
			eval("window.open('" + fileName + "','','top=200,left=200,width=590,height=295,resizable=no,scrollbars=no');");
			 }
function openDose(fileName) { 
			eval("window.open('" + fileName + "','','top=200,left=200,width=590,height=300,resizable=no,scrollbars=no');");
			 }			 
/*print page function*/
function print_page(){ 
if ( navigator.platform.toLowerCase().indexOf("mac") != -1 && 
!window.netscape){ 
alert("The browser version you are currently running is not supported. Please press Command + P to open the print dialog box."); 


}else{ 
window.print(); 
} 
}


