/*DINAMIX*/
function popUp(URL){
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=300');");
}

function makeWindow(id,cntry) {
	var mh = 624;
	var mw = 824;
	if (cntry==null)
		newwin = window.open('http://9f9.org/es/digicel/generator.php?d='+id,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	else
		newwin = window.open('http://9f9.org/es/digicel/featured-generator.php?d='+id+'&cntry='+cntry,'image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
	
	if(newwin){
	newwin.resizeTo(mw+2,mh+30);
	newwin.moveTo(20,20);
	newwin.focus();
	}
	else alert("Por favor deshabilite el bloquedador de ventanas emergentes");
}
/*END DINAMIX*/
/*NO RIGHT CLICK THANKS TO http://www.dynamicdrive.com*/
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);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")
/*END NO RIGHT CLICK*/