function FotoVer(prmPage) {
	var winl = ((screen.width - 824) / 100)*20;
	var wint = ((screen.height - 630) / 100)*3;

	win = window.open(prmPage,'FotoView','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=824,height=630,top='+wint+',left='+winl+',scrollbars=no,resizable=no')
	
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function FotoEnsaio(prmPage) {
	var winl = ((screen.width - 824) / 100)*20;
	var wint = ((screen.height - 584) / 100)*3;

	win = window.open(prmPage,'FotoView','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=824,height=584,top='+wint+',left='+winl+',scrollbars=no,resizable=no')
	
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function VerFtorpedo(prmPage) {
	var winl = ((screen.width - 629) / 100)*45;
	var wint = ((screen.height - 575) / 100)*25;

	win = window.open(prmPage,'ver_ftorpedos','toolbar=no,location=no,directories=no,status=yes,menubar=no,width=629,height=575,top='+wint+',left='+winl+',scrollbars=yes,resizable=no')
	
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
	
function VideoVer(prmPage) {
	var winl = ((screen.width - 730) / 100)*20;
	var wint = ((screen.height - 473) / 100)*3;

	win = window.open(prmPage,'VideoView','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=730,height=473,top='+wint+',left='+winl+',scrollbars=no,resizable=no')
	
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function EsqueciSenha(prmPage) {
	var winl = ((screen.width - 250) / 100)*50;
	var wint = ((screen.height - 138) / 100)*50;

	win = window.open(prmPage,'EsqueciSenha','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=138,top='+wint+',left='+winl+',scrollbars=no,resizable=no')
	
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}