var window3; // the name of window to be opened
function cWnd()
{
  window3 = window.open('mailboxmovies.html', 'window3', 'scrollbars=yes,resizable=yes,status=yes,screenX=0,screenY=0,outerHeight=screen.height,outerWidth=screen.width');

  window3.blur();
  window3.moveTo(0,0);
  window3.resizeTo(screen.width,screen.height);
}

function dWnd()
{
  window3 = window.open('http://tracker.tradedoubler.com/click?p=3298&a=937727&g=17862', 'window3', 'scrollbars=yes,resizable=yes,status=yes,screenX=0,screenY=0,outerHeight=screen.height,outerWidth=screen.width');

  window3.blur();
  window3.moveTo(0,0);
  window3.resizeTo(screen.width,screen.height);
}


ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )) 
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) 
 if (ns4) { 
 layerRef="document.layers"; 
 styleRef=""; 
 } else { 
layerRef="document.all"; 
styleRef=".style"; 
 } 

function afficheCalque(calque) 
{ 
eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "visible"'); 
} 

function cacheCalque(calque) 
{ 
eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "hidden"'); 
} 

