

var began_loading = (new Date()).getTime();
function done_loading() {
    (new Image()).src = '/timer.gif?u=' + self.location + '&t=' + 
    (((new Date()).getTime() - began_loading) / 1000);
}

function message(MSG_TEXT, MSG_TYPE){
	var text = "";
	text = text + "<br><center><table class='msg"+MSG_TYPE+"'>";
	text = text + "  <tr>";
	text = text + "    <td class='nbb' width=5%>&nbsp;</td>";
	text = text + "    <td class='msg"+MSG_TYPE+"'><br>"+MSG_TEXT+"<br>&nbsp;</td>";
	text = text + "    <td class='nbb' width=5%>&nbsp;</td>";
	text = text + "  </tr>";
	text = text + "</table></center><br><br>";
	
	if(document.getElementById('message')) 
		document.getElementById('message').innerHTML = text;
}



function getClientWidth(){
  return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientWidth:document.body.clientWidth;
}
function getClientHeight(){
  return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight;
}


function topframe(link,name,w,h){
	if(!h||h==0) h = screen.availHeight;
	if(!w||w==0) w = 800;
	window.open(link,name,"resizable=yes,location=no,menubar=yes,scrollbars=yes,status=no,toolbar=yes,fullscreen=no,dependent=no,width="+w+",height="+h+",status");
}

function lhref(link){
	location.href = link;
}
