<!--
function popUp(URL){
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width=526,height=500,left=200,top=20');");
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function switchColorOn(x) {
document.all[x].style.backgroundColor = "#E8FEFF";
}
function switchColorOff(x, bgcolor) {
document.all[x].style.backgroundColor = bgcolor;
}
function gotourl(url) {
document.location = url;
}

function hidestatus(){
window.status='www.technoinhome.com'
return true
} 
if(document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
//-->           
