function volverBodaclick(portal){
	window.onerror=cerrar;
	
	if (self.location.href.indexOf("back=1")==-1){
		var locat=window.opener.location.href;
}
	if (portal!='bodaclickusa'){
		if (self.location.href.indexOf("back=1")==-1){
			if (portal=='bodaclick_novias')
				top.opener.location.href='../menuRevista.htm';
			else if (portal=='bodaclick_novios')
				top.opener.location.href='../novios_novio_moda.htm';
			else if (portal=='bodaclick_complementos')
				top.opener.location.href='../novios_novia_complementos.htm';
			else if (portal=='home_barcelona')
				top.opener.location.href='http://www.bodaclick.com/bodaclick/esp/barcelona.htm';

		}
		top.close();
	}else{		
	 if (self.location.href.indexOf("back=1")==-1 && window.opener && locat.indexOf("portada.htm")!=-1){	
	 			window.opener.close();
		}
	 self.close();
	}
	
}
function cerrar(){
		window.close();
}
function volverBodaclick2(){
	/*if (portal=='bodaclickusa') top.opener.location.href='http://www.bodaclickusa.com';*/
	top.opener.location.href='menuRevista.htm';
	top.close();
}