<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<script language=JavaScript>
function clickIE() {
if (document.all) {
return false;
}
}
function clickNS(e) {
if (document.layers||(document.getElementById&&am p;!document.all)) {
if (e.which==2||e.which==3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
}
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false")
</script>
<script LANGUAGE="JavaScript">
open("aviso.htm", "vaviso","status=no, directories=no, toolbar=no")
var window_width = 400;
var window_height = 400;
var h = 50;
firstrun();
function firstrun() {
self.focus();
if(h < window_height) {
h = h + 5;
setTimeout ("secondrun(h)",50);
}
}
function secondrun(h) {
self.resizeTo (window_width,h);
firstrun()
}
</script>
<body bgcolor="#F5D8F4" text="#000000" link="#000099" vlink="#660000" alink="#FF0000">
<p align="center"><img src="MVC-854F.jpg" width="180" height="152"></p>
<FORM>
<div align="center">
<input type="button" Value="Cerrar Ventana" ONCLICK="window.close('YOUR LINK GOES HERE')">
</div>
</FORM>
</body>
</html>
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)