<!--
// centro comercial ESPACIO4
new_window=null;
function espacio4(){
	if (new_window==null){
	new_window=null;
	}
	else{
	new_window.close();
	new_window=null;
	}
	new_window = window.open("http://www30.brinkster.com/fecmesto/", "centroI", "directories=no, scrollbars=yes,menubar=no,resizable=no,top=0,left=0,width=800,height=600");
}
//-->
