function validar_usuario(usr,pwd){
	nw=window.open("","","width=800,height=600,top="+((screen.height-600)/2)+",left="+((screen.width-800)/2)+",resizable=yes,scrollbars=yes")
	nw.document.write("<html><head><title>Sistema Gesti&oacute;n de Red - [ SGR ]</title></head><body><form method=post action='http://sgr.appser.com/validar_login.php' name='form'><input type=hidden name=login value='"+usr+"'><input type=hidden name=passw value='"+usr+"'></form></body></html>")
	nw.form.submit();
	document.all["flash2"].innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width=531 height=311><param name=movie value=header.swf><param name=quality value=high><embed src=header.swf quality=high pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width=531 height=311></embed></object>";
}

function mostrar_doc(file){
	a=window.open("","","width=750,height=550,top="+(screen.height-550)/2+",left="+(screen.width-750)/2+",toolbar=no,resizable=yes,scrollbars=yes")
	a.document.write("<html><head><title>Apser</title></head><body></body></html>")
	a.location=file;
	a.focus()
}

function borrar_campos(){
	form1.nombre.value="";
	form1.email.value="";
	form1.mensaje.value="";
}

function formulario_contactos(){
	if(form1.nombre.value=="" || form1.email.value=="" || form1.mensaje.value=="")
		alert("Debe rellenar todos los campos.")
	else
		form1.submit();
}

function abrir_centrada(url,w,h){
	window.open(url,"","width="+w+",height="+h+",top="+(screen.height-h)/2+",left="+(screen.width-w)/2+",toolbar=no,resizable=yes,scrollbars=yes")
}

function abrir_ficha(){
	document.all["estadisticas"].src="estadisticas.html";
	abrir_centrada("/documents/Fichas%20comerciales/PLEP_08.pdf",800,600);
}