clock=new Date
MonName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
//-->

function doPreload()
{

	var the_images = new Array('images/general/butt1.gif','images/general/butt2.gif','images/general/butt3.gif','images/general/butt4.gif','images/general/butt5.gif','images/general/butt6.gif','images/general/butt7.gif','images/general/butt8.gif','images/general/logo.gif','images/general/desc_eng.gif','images/general/slide3.jpg','images/general/desc_ara.gif','images/general/slide2.jpg','images/general/slide1.jpg','images/home/photo_gallery2.gif','images/general/logo2.gif','images/general/address1.gif','images/general/address_strip.gif','images/general/address2.gif','images/general/credit.gif','images/general/butt1_on.gif','images/general/butt2_on.gif','images/general/butt3_on.gif','images/general/butt4_on.gif','images/general/butt5_on.gif','images/general/butt6_on.gif','images/general/butt7_on.gif','images/general/butt8_on.gif')
	preloadImages(the_images);
}

function preloadImages(the_images_array) {

	for(loop = 0; loop < 28; loop++)
	{
   		var an_image = new Image();
		an_image.src = the_images_array[loop];
	}
}

function openwinjob()
	{
	newWin = open("content/support/job_01.html", "job", "width=499,height=500, status=no,scrollbars=yes,left=250,top=70, menubar=no,resizable=no,")  		
	}

function openwin()
	{
	newWin = open("content/publications/popup.html", "mail", "width=420,height=700, status=no,scrollbars=no,left=250,top=70, menubar=no,resizable=no,")  		
	}
	
	

function openGallery()
	{
	newWin = open("content/gallery/photo_gallery.html", "gallery", "width=640,height=370, status=no,scrollbars=no,left=40,top=165, menubar=no,resizable=no,")  		
	}

	
	//these two functions are to change the bckground of the tr  
 function NavRollOver(bgc) {if (!bgc.contains(event.fromElement)) {bgc.bgColor="#FFCC00";}}
 function NavRollOut(bgc) {if (!bgc.contains(event.toElement)) {bgc.bgColor="EFF7CF";}}

 var t;
function OpenPub(t)
{
newWin = open(t, "publication", "width=500,height=550, status=no,scrollbars=yes,left=300,top=70, menubar=no,resizable=no,")  		
}