

<!--
var cont=0;

function ventana(file){

newwindow=window.open(file,"","resizable=yes,scrollbars=yes,toolbar=no,directories=no,status=yes,location=no,leftmargin=0,rightmargin=0,menubar=no,width=100,height=100,top=0,left=0");


newwindow.resizeTo(window.screen.availWidth,window.screen.availHeight);

}






function ponerframe(){
	if (parent.location.href == self.location.href) {
		var framevar= "../menu.htm?" + self.location.href;
		window.location.href = framevar; 
	}
}


//-->
