//ouverture popup
function openWin( x,y,url) {
newWindow=window.open(url,'popup','width='+x+',height='+y+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0'); 
newWindow.focus();
} 

function openDemo( x,y,url) {
newWindow=window.open(url,'popup','width='+x+',height='+y+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=0'); 
newWindow.focus();
} 

// Browser Detect 
//if (document.layers ) { document.write('<link rel="stylesheet" href="css/codima_ns.css">');} 
//else {document.write('<link rel="stylesheet" href="css/codima_ie.css">');}

// preload des images
image1=new Image();
image1.src = "../img/arrow_on.gif";
image2=new Image();
image2.src = "../img/arrow_off.gif";
image3=new Image();
image3.src = "../img/arrow_over.gif";

//encodage des mails
function encodemailjs(partie) 
{
   document.write("<A HREF=\"mailto");
   document.write(":" + partie + "@");
   document.write("codimatech.com\">" + partie + "@codimatech.com<\/a>");
}
