function popup(URL, ww, wh, r, s ) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable="+r+",width="+ww+",height="+wh+",left = 40,top = 40');");
}


function abrirventana(dir)
{
window.open(dir,'window',"status=1, width=420, height=300");
}

function abrirflash(dir)
{
window.open(dir,'window',"status=1, width=400, height=270");
}

function abrirvideo(dir)
{
window.open(dir,'window',"status=1, width=420, height=280");
}


function abrirventanacompleta(dir)
{
window.open(dir,"","fullscreen,scrollbars");
}

