var win = null; function NewWindow(newpage,myname,w,h,scroll) { LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; TopPosition = (screen.height) ? (screen.height-h)/2 : 0; settings = 'height='+h+', width='+w+', top='+TopPosition+', left='+LeftPosition+', scrollbars='+scroll+', resizable=1'; win = window.open(newpage,myname,settings); } function show( id ) { document.getElementById(id).style.display = 'block'; } function hide( id ) { document.getElementById(id).style.display = 'none'; } function changeSign( imgName ) { document.getElementById(imgName).src = 'images/for_developers_minus.gif'; } function areaOpenClose1(areaName, imgName) { if ((document.getElementById(areaName).style.display == 'none') || (document.getElementById(areaName).style.display == '')) { document.getElementById(areaName).style.display = 'block'; imgName.src = 'images/for_developers_minus.gif'; } else { document.getElementById(areaName).style.display = 'none'; imgName.src = 'images/for_developers_plus.gif'; } } function areaOpenClose2(areaName, imgName) { if ((document.getElementById(areaName).style.display == 'none') || (document.getElementById(areaName).style.display == '')) { document.getElementById(areaName).style.display = 'block'; imgName.src = 'images/for_business_minus.gif'; } else { document.getElementById(areaName).style.display = 'none'; imgName.src = 'images/for_business_plus.gif'; } } function showMenu (id) { if(typeof(showID) != "undefined") document.getElementById(showID).style.display = "none"; showID = id; document.getElementById(showID).style.display = "block"; if(typeof(timerID) != "undefined") clearTimeout(timerID); } function hideMenu (id) { timerID = setTimeout("document.getElementById('"+id+"').style.display = 'none'", 500); } // ------------------------------------------------------------------------------------------ function MM_preloadImages() { var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i