var menuFrameColor='#666666';
var menuBgColor='#999999';
var menuOverBgColor='#666666';
var menuFontColor='#FFFFFF';
var menuOverFontColor='#CCCCCC'
var target='self'
var font='arial,helvetica';
var fontSize='12px';
var fontWeight='bold';
var cellPadding='2';
var frameBorderWidth='1';
var menuWidth='100';
var menuTopPixels=85;
var menu1RightPixels=226;
var menu2RightPixels=169;
var menu3RightPixels=108;
var menuCount=3;
//===Menu 1
href1=new Array('/design/','/design/optimisation.htm','/design/charges.htm','/design/clients.htm');
text1=new Array('Overview','Optimisation','Prices','Portfolio');
function MV1(){var x='';for(i=0;i<href1.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href1[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text1[i]+"</td></tr>"};return x};
//===Menu 2
href2=new Array('/hosting/','/hosting/starter.htm','/hosting/domain.htm','/hosting/stats.htm','/hosting/server.htm','/hosting/terms.htm');
text2=new Array('Overview','Starter Pack','Virtual Domain','Statistics','Server Specs','Legal');
function MV2(){var x='';for(i=0;i<href2.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href2[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text2[i]+"</td></tr>"};return x};
//===Menu 3
href3=new Array('/commerce/','/database/','/database/clients.htm');
text3=new Array('Shopping Cart','Databases','Portfolio');
function MV3(){var x='';for(i=0;i<href3.length;i++){x=x+"<tr><td class=mxz onclick=doGo('"+href3[i]+"') onmouseover=ov(this) onmouseout=ou(this)>"+text3[i]+"</td></tr>"};return x};
if(document.all){topY=menuTopPixels}else{topY=menuTopPixels-2};/*NS bud*/function rV(){q='';for(z=1;z<=menuCount;z++){if(document.all){q=q+"m"+z+".style.display='none';"}else{q=q+"document.getElementById('m"+z+"').style.display='none';"}};return q};eval("function hide(a){if(a.clientY<=topY){"+rV()+"}};function hide2(){"+rV()+"}");eval("function ov(ok){ok.style.background='"+menuOverBgColor+"';ok.style.color='"+menuOverFontColor+"'};function ou(ok){ok.style.background='"+menuBgColor+"';ok.style.color='"+menuFontColor+"'};function doGo(ok){var tgt='"+target+"';if(tgt=='newWindow'){window.open(ok)}else{document.location.href=ok}};function show(a){if(document.all){eval(a).style.display=''}else{document.getElementById(a).style.display=''}}");document.write("<style>.mxz{font-family:"+font+";font-size:"+fontSize+";color:"+menuFontColor+";font-weight:"+fontWeight+";background:"+menuBgColor+";padding:"+cellPadding+";cursor:hand}</style>");function buildTheAsses(){for(j=1;j<=menuCount;j++){document.write("<div style=position:absolute;top:"+(menuTopPixels-1)+";right:"+(eval('menu'+j+'RightPixels')-100)+";z-index:3;display:none id="+('m'+j)+"><table cellpadding=0 cellspacing=0 border=0><tr><td colspan=3 height=1></td></tr><tr><td width=10 onmouseover=hide2()></td><td bgcolor="+menuFrameColor+"><table width="+menuWidth+" cellspacing="+frameBorderWidth+" border=0>"+eval('MV'+j+'()')+"</table></td><td width=100 onmouseover=hide2()></td></tr><tr><td colspan=3 height=200 onmouseover=hide2()></td></tr></table></div>")}};buildTheAsses()