function abrepopup(pagina,nombre,alto,ancho) {
	window.open(pagina, nombre, "toolbar=no,location=no,directories=no,status=no,scrollbars=NO,menubar=no,resizable=NO,width="+ancho+",height="+alto);
}
function abrepopup2(pagina,nombre,alto,ancho) {
	window.open(pagina, nombre, "toolbar=no,location=no,directories=no,status=no,scrollbars=YES,menubar=no,resizable=NO,width="+ancho+",height="+alto);
}
function abrepopup3(pagina,nombre,alto,ancho,yn) {
	window.open(pagina, nombre, "toolbar=no,location=no,directories=no,status=no,scrollbars=YES,menubar=no,resizable=NO,width="+ancho+",height="+alto);
}
function abreventana(url,nombre) {
    window.open(url,nombre);
}
function abrevideo(rm) {
	window.open ("video.asp?rm=" + rm ,"videotvn","toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width=484,height=428"); 
}
function Go(page) {
	document.FormAction.action = page;
	document.FormAction.submit();
}

function axblast(id) {
    /*
    Embedded Objects Active X Warning Remover for IE
    A little dutch work arround
    Use: put your embed html code (flash,movie, etc)
    between a div tag with an id in plain html.
    trigger the axblast(your_div_id);
    */
    if (id == undefined) { return false; }
    // Rewrite code for IE browsers only
    // Get the object HTML from div
    if (document.all && document.all[''+id+'']) { html = document.all[''+id+''].innerHTML; }
    // Write the same HTML back - couldnt be easier (-.0)
    if (document.all && document.all[''+id+'']) { document.all[''+id+''].innerHTML = html; }
}
