function mmLoadMenus() {
  if (window.mm_menu_1218123134_0) return;
  window.mm_menu_1218123134_0 = new Menu("root",180,18,"Arial, Helvetica, sans-serif",12,"#263495","#FFFFFF","#FFCC33","#333399","left","middle",3,0,750,-5,7,true,true,true,1,true,true);
  mm_menu_1218123134_0.addMenuItem("Healthcare&nbsp;and&nbsp;Wellbeing","location='front_content.php?idart=16'");
  mm_menu_1218123134_0.addMenuItem("Furniture","location='front_content.php?idart=17'");
  mm_menu_1218123134_0.addMenuItem("Tools&nbsp;/&nbsp;DIY&nbsp;/&nbsp;Car","location='front_content.php?idart=18'");
  mm_menu_1218123134_0.addMenuItem("Bath&nbsp;&&nbsp;Beauty","location='front_content.php?idart=19'");
  mm_menu_1218123134_0.addMenuItem("Housewares","location='front_content.php?idart=20'");
  mm_menu_1218123134_0.addMenuItem("Gifts","location='front_content.php?idart=21'");
  mm_menu_1218123134_0.addMenuItem("House&nbsp;and&nbsp;Garden","location='front_content.php?idart=22'");
  mm_menu_1218123134_0.addMenuItem("Watches&nbsp;and&nbsp;Accessoires","location='front_content.php?idart=23'");
   mm_menu_1218123134_0.hideOnMouseOut=true;
   mm_menu_1218123134_0.bgColor='#FFFFFF';
   mm_menu_1218123134_0.menuBorder=1;
   mm_menu_1218123134_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1218123134_0.menuBorderBgColor='#FFFFFF';

mm_menu_1218123134_0.writeMenus();
} // mmLoadMenus()
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];}
}
var clockid=new Array()
var clockidoutside=new Array()
var i_clock=-1
var thistime= new Date()
var hours=thistime.getHours()
var minutes=thistime.getMinutes()
var seconds=thistime.getSeconds()
if (eval(hours) <10) {hours="0"+hours}
if (eval(minutes) < 10) {minutes="0"+minutes}
if (seconds < 10) {seconds="0"+seconds}
var thistime = hours+":"+minutes+":"+seconds
	
function writeclock() {
	i_clock++
	if (document.all || document.getElementById || document.layers) {
		clockid[i_clock]="clock"+i_clock
		document.write("<span id='"+clockid[i_clock]+"' style='position:relative'>"+thistime+"</span>")
	}
}

function clockon() {
	thistime= new Date()
	hours=thistime.getHours()
	minutes=thistime.getMinutes()
	seconds=thistime.getSeconds()
	if (eval(hours) <10) {hours="0"+hours}
	if (eval(minutes) < 10) {minutes="0"+minutes}
	if (seconds < 10) {seconds="0"+seconds}
	thistime = hours+":"+minutes+":"+seconds
		
	if (document.all) {
		for (i=0;i<=clockid.length-1;i++) {
			var thisclock=eval(clockid[i])
			thisclock.innerHTML=thistime
		}
	}
	
	if (document.getElementById) {
		for (i=0;i<=clockid.length-1;i++) {
			document.getElementById(clockid[i]).innerHTML=thistime
		}
	}
	var timer=setTimeout("clockon()",1000)
}
window.onload=clockon
