// ----------------------------------------------------------------------------
// Project	:	SVC - Dealing with natural hazards
// File		:	Global Images preload
// Name		:	global_images.js
// Author	:	luetolf@karto.baug.ethz.ch & lienert@karto.baug.ethz.ch
// Version	:	05 adding absolute paths (18-10-2005)
// ----------------------------------------------------------------------------


// ----------------------------------------------------------------------------
		// Preloading global images
		if(document.images) {
			var cp_button_module01 = new Image; cp_button_module01.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module01.gif";
			var cp_button_module01_over = new Image; cp_button_module01_over.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module01_over.gif";
			var cp_button_module02 = new Image; cp_button_module02.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module02.gif";
			var cp_button_module02_over = new Image; cp_button_module02_over.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module02_over.gif";
			var cp_button_module03 = new Image; cp_button_module03.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module03.gif";
			var cp_button_module03_over = new Image; cp_button_module03_over.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module03_over.gif";
			var cp_button_module04 = new Image; cp_button_module04.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module04.gif";
			var cp_button_module04_over = new Image; cp_button_module04_over.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module04_over.gif";
			var cp_button_module05 = new Image; cp_button_module05.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module05.gif";
			var cp_button_module05_over = new Image; cp_button_module05_over.src = "http://www.nahris.ch/nahris/library/cp_module/cp_module05_over.gif";

			var button_home1 = new Image(); button_home1.src = "http://www.nahris.ch/nahris/library/button/button_home1.gif";
			var button_home_over1 = new Image(); button_home_over1.src = "http://www.nahris.ch/nahris/library/button/button_home_over1.gif";
			var button_home_down1 = new Image(); button_home_down1.src = "http://www.nahris.ch/nahris/library/button/button_home_down1.gif";
			
			var button_i = new Image(); button_i.src = "http://www.nahris.ch/nahris/library/button/button_i.gif";
			var button_i_over = new Image(); button_i_over.src = "http://www.nahris.ch/nahris/library/button/button_i_over.gif";
			var button_i_down = new Image(); button_i_down.src = "http://www.nahris.ch/nahris/library/button/button_i_down.gif";

			var button_glossary_search = new Image(); button_glossary_search.src = "http://www.nahris.ch/nahris/library/button/button_glossary_search.gif";
			var button_glossary_search_over = new Image(); button_glossary_search_over.src = "http://www.nahris.ch/nahris/library/button/button_glossary_search_over.gif";
			var button_glossary_search_down = new Image(); button_glossary_search_down.src = "http://www.nahris.ch/nahris/library/button/button_glossary_search_down.gif";

			// var button_pdf = new Image(); button_pdf.src = "http://www.nahris.ch/nahris/library/button/button_pdf.gif";
			// var button_pdf_over = new Image(); button_pdf_over.src = "http://www.nahris.ch/nahris/library/button/button_pdf_over.gif";
			// var button_pdf_down = new Image(); button_pdf_down.src = "http://www.nahris.ch/nahris/library/button/button_pdf_down.gif";

			var button_studyaid = new Image(); button_studyaid.src = "http://www.nahris.ch/nahris/library/button/button_studyaid.gif";
			var button_studyaid_over = new Image(); button_studyaid_over.src = "http://www.nahris.ch/nahris/library/button/button_studyaid_over.gif";
			var button_studyaid_down = new Image(); button_studyaid_down.src = "http://www.nahris.ch/nahris/library/button/button_studyaid_down.gif";

			var button_back = new Image(); button_back.src = "http://www.nahris.ch/nahris/library/button/button_backwards.gif";
			var button_back_over = new Image(); button_back_over.src = "http://www.nahris.ch/nahris/library/button/button_backwards_over.gif";
			var button_back_down = new Image(); button_back_down.src = "http://www.nahris.ch/nahris/library/button/button_backwards_down.gif";

			var button_forward = new Image(); button_forward.src = "http://www.nahris.ch/nahris/library/button/button_forwards.gif";
			var button_forward_over = new Image(); button_forward_over.src = "http://www.nahris.ch/nahris/library/button/button_forwards_over.gif";
			var button_forward_down = new Image(); button_forward_down.src = "http://www.nahris.ch/nahris/library/button/button_forwards_down.gif";

			var button_logout1 = new Image(); button_logout1.src = "http://www.nahris.ch/nahris/library/button/button_logout1.gif";
			var button_logout_over1 = new Image(); button_logout_over1.src = "http://www.nahris.ch/nahris/library/button/button_logout_over1.gif";
			var button_logout_down1 = new Image(); button_logout_down1.src = "http://www.nahris.ch/nahris/library/button/button_logout_down1.gif";
		}

// ----------------------------------------------------------------------------


