function close_window() { window.close(); }
function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); }
function wdw(bers, ord, x, y) { return eval(bers + "." + ord + "(" + "x" + "," + "y" + ")"); }
function a42Focus(T) { setTimeout("self.focus()", T); }
function a42move(x, y) { var xw=(screen.availWidth/2)-x;	var yw=(screen.availHeight/2)-y;	self.moveTo(xw,yw); }
function a42Window(theURL,winName,features) {
  var xwin=(screen.availWidth)-40; var ywin=(screen.availHeight)-180;
  features=features+"width="+xwin+",height="+ywin
  window.open(theURL,winName,features);
}
function wdwvert(bers, ord, x, y) {	y=screen.availHeight-y;	x=screen.availWidth/2-145; return eval(bers + "." + ord + "(" + "x" + "," + "y" + ")"); }
function tmt_winOpen(u,id,f,df){
	if(eval(id)==null||eval(id+".closed")){
	eval(id+"=window.open('"+u+"','"+id+"','"+f+"')");eval(id+".focus()");}
	else if(df){eval(id+".focus()");}
	else{eval(id+"=window.open('"+u+"','"+id+"','"+f+"')");eval(id+".focus()");}
}
function tmt_winLoad(id,u){	var d=eval(id)==null||eval(id+".closed"); if(!d){eval(id+".location.href='"+u+"'")} }
function tmt_winControl(id,c){ var d=eval(id)==null||eval(id+".closed"); if(!d){eval(id+"."+c);} }
