function openWimado(fi,na,w,h) {
	newwnd =window.open(fi,na,"width="+w+",height="+h+",left=0,top=0,toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,favorites=no,resizable=yes");
	newwnd.focus();
	return;
}

function closepage(){
	window.close();
	return;
}

