function go(arg){ 
window.location = arg;
}

<!-- Cookie Crumb Trail Script begin -->

if (document.cookie != "") {
				thisCookie = document.cookie.split("; ")
	    	    expireDate = new Date
	    	    expireDate.setDate(expireDate.getDate()-1)
	                               
	    	    for (i=0; i< thisCookie.length; i++) {
	    	        cookieName = thisCookie[i].split("crumb")[0]
	    	        document.cookie = cookieName + "=;expires=" + expireDate.toGMTString()
	    	    
	    	   
	        }
	    }


		expireDate = new Date
		expireDate.setMonth(expireDate.getMonth()+6)
	
		title = ""
		if (document.cookie != "") {
		title	 = document.cookie.split("=")[1]
		}
	
		function setCookie() {
		title = document.title
			document.cookie = "title="+title+";expires=" + expireDate.toGMTString()
		}


<!-- Cookie Crumb Trail Trail Script end -->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function subpop(s) {
	 addWindow = window.open(s,"cal","width=270,height=170,resizable=1,status=1,menubar=0,scrollbars=0,fullscreen=0");
	 addWindow.focus() 
}

function subpop(s) {
	 addWindow = window.open(s,"call","width=400,height=275,resizable=1,status=1,menubar=0,scrollbars=0,fullscreen=0");
	 addWindow.focus() 
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function isNS()
{
	return ((navigator.appName.indexOf("Netscape") != -1) && 
			(parseInt(navigator.appVersion) >= 4) &&
			(parseInt(navigator.appVersion) < 5));
}

if (isNS())
{
	document.write('<LINK REL="stylesheet" HREF="http://www.estair.ee/estair-ns.css" TYPE="text/css">');
}
else
{
	document.write('<LINK REL="stylesheet" HREF="http://www.estair.ee/estair-ie.css" TYPE="text/css">');
}

var highlightcolor="#ECF5FF"

var ns6=document.getElementById&&!document.all
var previous=''
var eventobj

//Regular expression to highlight only form elements
var intended=/INPUT|TEXTAREA|SELECT|OPTION/

//Function to check whether element clicked is form element
function checkel(which){
if (which.style&&intended.test(which.tagName)){
if (ns6&&eventobj.nodeType==3)
eventobj=eventobj.parentNode.parentNode
return true
}
else
return false
}

//Function to highlight form element
function highlight(e){
eventobj=ns6? e.target : event.srcElement
if (previous!=''){
if (checkel(previous))
previous.style.backgroundColor=''
previous=eventobj
if (checkel(eventobj))
eventobj.style.backgroundColor=highlightcolor
}
else{
if (checkel(eventobj))
eventobj.style.backgroundColor=highlightcolor
previous=eventobj
}
}


