	//-----------------------------------------------------------------------
		//-----------------------------------------------------------------------

		var vmyMonth	= new Array("January","February","March","April","May","June","July","August","September","October","November","December")

 
	function fmydate()
		{
	
var today = new Date;

// get the numbers 
weekday = today.getDay();
month = today.getMonth();
year=today.getYear();
if(year > 1900) year -= 1900; // correct for year
date = today.getDate();
document.write(date);
document.write(" , ");

document.write(vmyMonth[month]);
document.write("  ");
document.write(1900 + year);
		

		}

function showwin(vurl) {
	

	<!-- new window for showwin -->
	showwin= window.open( vurl, "showwin", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,minimize=yes,maximize=yes,width=600,height=420");
	
}


var arrmenuimages=new Array()

function preloadmenu(){
for (i=0;i<preloadmenu.arguments.length;i++){
arrmenuimages[i]=new Image()
arrmenuimages[i].src=preloadmenu.arguments[i]
}
}

 
window.status = "Welcome to CHEMO GRAPHIC INTERNATIONAL";

document.write("<STYLE type=text/css>");
document.write("BODY{");
document.write("scrollbar-face-color:#FFFFFF;");
document.write("scrollbar-highlight-color:#FFFFFF;");
document.write("scrollbar-3dlight-color:#C0C0C0;");
document.write("scrollbar-darkshadow-color:#C0C0C0;");
document.write("scrollbar-shadow-color:#C0C0C0;");
document.write("scrollbar-arrow-color:#5DA5D5;");
document.write("scrollbar-track-color:#C0A060;");
document.write("}");
document.write("</STYLE>");


