function popscroll (url,w,h) {
LeftPosition =(screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
window.open(url,'new','width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes')
}

function popnoscroll (url,w,h) {
LeftPosition =(screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
window.open(url,'new','width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no')
}

function pop (url,w,h,s,f) {
LeftPosition =(screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
window.open(url,'new','width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+s+',fullscreen='+f+'')
}

function showLay(layId) {
eval("styleUsed="+layId+".style.display;");
if (styleUsed=="none") { eval(""+layId+".style.display='block';"); } 
else { eval(""+layId+".style.display='none';"); }
}


ie=(navigator.appName=='Microsoft Internet Explorer')?1:0;

function setImgLogo() {


//ilogo.src="/cm/img/foto_home/i" + idimg +".jpg";

if (ie) viewit=setInterval("bringintoview()",10);
}

var fadeintoview=1
var visibleduration=0

function bringintoview(){
if (ilogo.filters.alpha.opacity<=95) ilogo.filters.alpha.opacity+=2
else{
clearInterval(viewit)
if (visibleduration!=0) setTimeout("ilogo.style.visibility='hidden'",visibleduration*50)
}
}
