popup='';
	function openPopUp() {
	  var url = 'http://www.videosdezoofilia.com';
	  if(popup != 'no'){
	   if (document.all&&window.print)
			window.showModalDialog(url,'','dialogHeight:600px; dialogWidth:800px;dialogTop:0px; dialogLeft: 0px; edge: Raised; center:0;  help:0;resizable:0;scroll:1; status:1')
	   else
	    window.open(url,'');
	  }
	}