if (document.images) {

		HomeUp = new Image();
		HomeUp.src ='pix/gif/home_Up.gif';

		HomeDown = new Image();
		HomeDown.src ='pix/gif/home_Down.gif';
		
		calendarUp = new Image();
		calendarUp.src ='pix/gif/calendar_Up.gif';

		calendarDown = new Image();
		calendarDown.src ='pix/gif/calendar_Down.gif';
		
		galleryUp = new Image();
		galleryUp.src ='pix/gif/gallery_Up.gif';

		galleryDown = new Image();
		galleryDown.src ='pix/gif/gallery_Down.gif';
		
		faqUp = new Image();
		faqUp.src ='pix/gif/faq_Up.gif';

		faqDown = new Image();
		faqDown.src ='pix/gif/faq_Down.gif';
		
		linksUp = new Image();
		linksUp.src ='pix/gif/links_Up.gif';

		linksDown = new Image();
		linksDown.src ='pix/gif/links_Down.gif';
		
		contactUp = new Image();
		contactUp.src ='pix/gif/contact_Up.gif';

		contactDown = new Image();
		contactDown.src ='pix/gif/contact_Down.gif';
		
		submitUp = new Image();
		submitUp.src ='pix/gif/submit_Up.gif';

		submitDown = new Image();
		submitDown.src ='pix/gif/submit_Down.gif';

		
		

	}
		
		
		/* End of Images */		
		
		
		function buttondown ( buttonname )
		{
		if ( document.images ) 
			{
			document[ buttonname ].src=eval( buttonname + "Down.src" );
			}
			
		}

		function buttonup ( buttonname )
		{
		if ( document.images ) 
			{
			document[ buttonname ].src=eval( buttonname + "Up.src" );
			}
		}

		function popup()
		{
  		saleWindow = window.open("sale_popup.html", "littleWindow", "location=no,width=375,height=350"); 
		return;
		}



