/******************************************************************************
* Menu System
******************************************************************************/

document.write("<scri" + "pt language='javascript' src='/common/js/menus.js'></scri" + "pt>");



/******************************************************************************
* Main Navigation Rollovers
******************************************************************************/

	normal = new MakeArray(11)
	over = new MakeArray(11)
	
	normal[1].src = "images/buttons/btn_01_off.html"
	normal[2].src = "images/buttons/btn_02_off.html"
	normal[3].src = "images/buttons/btn_03_off.html"
	normal[4].src = "images/buttons/btn_04_off.html"
	normal[5].src = "images/buttons/btn_05_off.html"
	normal[6].src = "images/buttons/btn_06_off.html"
	normal[7].src = "images/buttons/btn_05_off.html"
	normal[8].src = "images/general/contact-inf_nrm.html"
	normal[9].src = "images/general/contact-man_nrm.html"
	normal[10].src = "images/general/contact-ebu_nrm.html"
	normal[11].src = "images/general/contact-oth_nrm.html"
	
	over[1].src = "images/buttons/btn_01_on.html"
	over[2].src = "images/buttons/btn_02_on.html"
	over[3].src = "images/buttons/btn_03_on.html"
	over[4].src = "images/buttons/btn_04_on.html"
	over[5].src = "images/buttons/btn_05_on.html"
	over[6].src = "images/buttons/btn_06_on.html"
	over[7].src = "images/buttons/btn_05_off.html"
	over[8].src = "images/general/contact-inf_ovr.html"
	over[9].src = "images/general/contact-man_ovr.html"
	over[10].src = "images/general/contact-ebu_ovr.html"
	over[11].src = "images/general/contact-oth_ovr.html"

                
	function MakeArray(n)
		{
			this.length = n
			for (var i = 1; i<=n; i++)
				{
					this[i] = new Image()
				}
			return this
		}


	function msover(num)
		{
			loadImage = "Image" + num;
			document.images[loadImage].src = over[num].src
		}


	function msout(num)
		{
			loadImage = "Image" + num;
			document.images[loadImage].src = normal[num].src
		}



/******************************************************************************
* Popup Windows
******************************************************************************/

	function open_vcode(locUrl) 
		{
			infoWin = window.open(locUrl,null,"toolbar=auto,location=no,status=no,scrollbars=no, menubar=no,resizable=yes,width=410,height=300");
			if (infoWin.opener == null) infoWin.opener = window;
			infoWin.opener.name = "opener";
		}
		
	function open_tos(locUrl) 
		{
			infoWin = window.open(locUrl,null,"toolbar=auto,location=no,status=no,scrollbars=yes, menubar=no,resizable=yes,width=735,height=600");
			if (infoWin.opener == null) infoWin.opener = window;
			infoWin.opener.name = "opener";
		}	

	function open_attribute_window(locUrl) 
		{
			infoWin = window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=yes, menubar=no,resizable=yes,width=400,height=600");
			if (infoWin.opener == null) infoWin.opener = window;
			infoWin.opener.name = "opener";
		}

	function open_xlimage(locUrl) 
		{
			window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=no, menubar=no,resizable=yes,width=580,height=520");
		}

	function open_email(locUrl) 
		{
			window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=yes, menubar=no,resizable=yes,width=580,height=520");
		}

	function open_shipping(locUrl) 
		{
			window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=yes, menubar=no,resizable=yes,width=450,height=260");
		}

	function open_credits(locUrl) 
		{
			window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=no, menubar=no,resizable=yes,width=560,height=300");
		}

	function open_print(locUrl) 
		{
			window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=yes, menubar=no,resizable=yes,width=580,height=520");
		}
		
	function open_domain_window(locUrl) 
		{
			infoWin = window.open(locUrl,null,"toolbar=no,location=no,status=no,scrollbars=yes, menubar=no,resizable=no,width=400,height=220");
			if (infoWin.opener == null) infoWin.opener = window;
			infoWin.opener.name = "opener";
		}		
