/* 

Name: global.js
Created: 02/20/2004

*/


// ------------------------------------------------------------------
// start: mouseover script
		function msover(img,ref)
			{
					document.images[img].src = ref;
			}
	
		function msout(img,ref)
			{
					document.images[img].src = ref;
			}
// ------------------------------------------------------------------

			
// ------------------------------------------------------------------
// start: preload images
		xx = new Image();
		xx.src="images/menuitems/home_on.gif";
		xxx = new Image();
		xxx.src="images/menuitems/about_on.gif";
		xxxx = new Image();
		xxxx.src="images/menuitems/contact_on.gif";
		xxxxx = new Image();
		xxxxx.src="images/menuitems/clocks_on.gif";
		xxxxxx = new Image();
		xxxxxx.src="images/menuitems/musicals_on.gif";
		xxxxxxx = new Image();
		xxxxxxx.src="images/menuitems/repairs_on.gif";
		xxxxxxxx = new Image();
		xxxxxxxx.src="images/menuitems/kites_on.gif";
                xxxxxxxxx = new Image();
		xxxxxxxxx.src="images/menuitems/bandorgan_on.gif";
// ------------------------------------------------------------------
