
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
   
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

MM_preloadImages('/imgs/menu/home_over.gif','/imgs/menu/promotions_over.gif','/imgs/menu/vouchers_over.gif','/imgs/menu/noticeboard_over.gif','/imgs/menu/shippinginfo_over.gif','/imgs/menu/orderinfo_over.gif','/imgs/menu/shoppingcart_over.gif');

function displayTopMenu(selectedMenu)
{
	document.write("<TABLE WIDTH='100%' BORDER='0' CELLSPACING='0' CELLPADDING='0' HEIGHT='77'>");
	document.write("<TR>");
	document.write("<TD WIDTH='162' HEIGHT='77'><IMG SRC='/imgs/main/logo.gif' WIDTH='162' HEIGHT='77'></TD>");	
		
	
	
	if(selectedMenu == 1)
	{
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/home_over.gif' NAME='home_menu' WIDTH='42' HEIGHT='62' BORDER='0'></TD>");
	}
	else
	{
		document.write("<TD ALIGN='CENTER'><A HREF='/index.htm'><IMG SRC='/imgs/menu/home.gif' NAME='home_menu' WIDTH='42' HEIGHT='62' BORDER='0' ONMOUSEOVER=MM_swapImage('home_menu','','/imgs/menu/home_over.gif',1) onMouseOut=MM_swapImgRestore()></A></TD>");
	}
	
	if(selectedMenu == 2)
	{
		
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/products_over.gif' WIDTH='49' HEIGHT='66' NAME='products_menu'></TD>");
	}else
	{
		document.write("<TD ALIGN='CENTER'><a href='/products/products.asp'><IMG SRC='/imgs/menu/products.gif' NAME='products_menu' WIDTH='49' HEIGHT='66' border='0' onMouseOver=MM_swapImage('products_menu','','/imgs/menu/products_over.gif',1) onMouseOut=MM_swapImgRestore()></a></TD>");
		
	}
	
	if(selectedMenu == 3)
	{
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/promotions_over.gif' NAME='promo__menu' WIDTH='61' HEIGHT='66' BORDER='0'></TD>");
	} else
	{
		document.write("<TD ALIGN='CENTER'><A HREF='/promotions/promotions.asp'><IMG SRC='/imgs/menu/promotions.gif' NAME='promo__menu' WIDTH='61' HEIGHT='66' BORDER='0' ONMOUSEOVER=MM_swapImage('promo__menu','','/imgs/menu/promotions_over.gif',1) onMouseOut=MM_swapImgRestore()></A></TD>");
	}
	
	if(selectedMenu == 4)
	{
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/vouchers_over.gif' NAME='vouchers_menu' WIDTH='56' HEIGHT='62' BORDER='0'></TD>");
	} else
	{
		document.write("<TD ALIGN='CENTER'><a href='/vouchers/vouchers.asp'><IMG SRC='/imgs/menu/vouchers.gif' NAME='vouchers_menu' WIDTH='56' HEIGHT='62' BORDER='0' ONMOUSEOVER=MM_swapImage('vouchers_menu','','/imgs/menu/vouchers_over.gif',1) onMouseOut=MM_swapImgRestore() ONLOAD=''></a></TD>");
	}
	
	if(selectedMenu == 5)
	{
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/noticeboard_over.gif' NAME='noticeboard_menu' WIDTH='65' HEIGHT='61' BORDER='0' ></TD>");
	} else {
		document.write("<TD ALIGN='CENTER'><A HREF='/noticeboard/noticeboard.asp'><IMG SRC='/imgs/menu/noticeboard.gif' NAME='noticeboard_menu' WIDTH='65' HEIGHT='61' BORDER='0' ONMOUSEOVER=MM_swapImage('noticeboard_menu','','/imgs/menu/noticeboard_over.gif',1) onMouseOut=MM_swapImgRestore()></A></TD>");
	}
	
		
	if(selectedMenu == 7)
	{	
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/orderinfo_over.gif' NAME='orderInfo_menu' WIDTH='55' HEIGHT='62' BORDER='0'></TD>");
	}else{
		document.write("<TD ALIGN='CENTER'><A HREF='/orderinfo/orderinfo.asp'><IMG SRC='/imgs/menu/orderinfo.gif' NAME='orderInfo_menu' WIDTH='55' HEIGHT='62' BORDER='0' ONMOUSEOVER=MM_swapImage('orderInfo_menu','','/imgs/menu/orderinfo_over.gif',1) onMouseOut=MM_swapImgRestore()></A></TD>");
	}
	
	if(selectedMenu == 8)
	{
		document.write("<TD ALIGN='CENTER'><IMG SRC='/imgs/menu/shoppingcart_over.gif' NAME='shoppingcart_menu' WIDTH='77' HEIGHT='65' BORDER='0'></TD>");
	} else {
		document.write("<TD ALIGN='CENTER'><A HREF='/shoppingcart/shoppingcart.asp'><IMG SRC='/imgs/menu/shoppingcart.gif' NAME='shoppingcart_menu' WIDTH='77' HEIGHT='65' BORDER='0' ONMOUSEOVER=MM_swapImage('shoppingcart_menu','','/imgs/menu/shoppingcart_over.gif',1) onMouseOut=MM_swapImgRestore()></A></TD>");
	}
	
	document.write("</TR>");
	document.write("</TABLE>");
}
