﻿// JScript File

function popup(x)
{
    window.open("flash.asp?t=pop&file="+x, "preview", "top=200, left=170, resizable=1, titlebar=0, width=367, height=200, scrollbars=1")
}
function pdf(x)
{
    window.open("open.asp?file="+x, "preview", "top=0, left=370, resizable=1, titlebar=0, width=600, height=700")
}
function cacheFlash()
{
	document.getElementById("flashnews").style.visibility="hidden"; 
}
function ouvre(ref)
{
	window.open(ref, "edit", "height=500,width=1500,scrollbars=1,resizable=yes")
}
function getid(id){
if(document.all && document.getElementById)
        returnid = document.getElementById(id); 
          else if (!document.all && document.getElementById) 
        returnid = document.getElementById(id); 
    else if (document.all && !document.getElementById)
        returnid = document.all[id]; 
    else if (document.layers) 
        returnid = document.layers[id];      
 return returnid   

}

