if (self.location.href==top.location.href){top.location.href="index.php"}
var sw = screen.availWidth;
var sh = screen.availHeight;

var ie = document.all ? 1 : 0
var ns = document.layers ? 1 : 0
var DOM = document.getElementById ? 1: 0
window.onload=maxis
function maxis(){
if (ie) {
top.window.resizeTo(screen.availWidth+8,screen.availHeight+8);
top.window.moveTo(-4,-4);
}
else if (ns||document.getElementById) {
if(top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.moveTo(0,0);
top.window.outerHeight = screen.availHeight+6;
top.window.outerWidth = screen.availWidth+6;
}
}
}

function vai(URLv){
if(document.layers){ document.location.href = URLv;}
document.fm1.action=URLv;
document.fm1.submit();}
