/* -- Standard Dreamweaver function -- */ function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); /* -- Nifty Corners -- */ window.onload=function(){ if(!NiftyCheck()) return; Rounded("div.box1","top","#8922D3","#FFC5FF","border #C0C0C0"); Rounded("div.box1","bottom","transparent","#F0F0E7","small border #C0C0C0"); Rounded("div.box2","tl tr","#8922D3","transparent"); Rounded("div.box2","bl br","#8922D3","#9110C2"); }