function ChangeLang(lang1, lang2) { var CurURL; var NewURL; //lang1 = '/' + lang1 + '/'; //lang2 = '/' + lang2 + '/'; CurURL = window.location.toString(); NewURL = replace(CurURL, lang1, lang2); window.location = NewURL; } function replace(haystack, oldNeedle, newNeedle) { i = haystack.indexOf(oldNeedle); r = ""; if (i == -1) return haystack; r += haystack.substring(0,i) + newNeedle; if (i + oldNeedle.length < haystack.length) r += replace(haystack.substring(i + oldNeedle.length, haystack.length), oldNeedle, newNeedle); return r; } function MM_preloadImages() { //v3.0 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&&i'+which+'') menuobj.document.close() } menuobj.contentwidth=(ie4||ns6)? menuobj.offsetWidth : menuobj.document.gui.document.width menuobj.contentheight=(ie4||ns6)? menuobj.offsetHeight : menuobj.document.gui.document.height eventX=ie4? event.clientX : ns6? e.clientX : e.x eventY=ie4? event.clientY : ns6? e.clientY : e.y //Find out how close the mouse is to the corner of the window var rightedge=ie4? document.body.clientWidth-eventX : window.innerWidth-eventX var bottomedge=ie4? document.body.clientHeight-eventY : window.innerHeight-eventY Xoffset= -10; Yoffset= 10; //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge"); } if (i==2) { showOnLayer("Header", "
"); } if (i==3) { showOnLayer("Header", "
"); } if (i==4) { showOnLayer("Header", "
"); } if (i==5) { showOnLayer("Header", "
"); } if (i==6) { showOnLayer("Header", "
"); } if (i==7) { showOnLayer("Header", "
"); } } function ShowLeftMenu(LayerNumber) { var i = LayerNumber if (i==13) { showOnLayer("Sub13", "
-Paper & Ink Sales
-Logistics
-Paper Sheeting
"); } if (i==21) { showOnLayer("Sub21", "
-1/S Coated Board
-Matt Art Board
-Glossy Art Board
-Uncoated Board
-Duplex Boad w/Grey Back
-Duplex Board x/White Back
"); } if (i==24) { showOnLayer("Sub24", "
-Glossy Art Paper
-Matt Art Paper
-Uncoated Fine Paper
"); } if (i==25) { showOnLayer("Sub25", "
-Verona Pearl
-Treasury
-Edo Printable Flock
-Tiramisu Natural Paper
-Splendorlux
-Verona Smooth
-Tatami
"); } if (i==26) { showOnLayer("Sub26", "
-Recycled Glossy Art Board
-Recycled Uncoated Woodfree
"); } if (i==22) { showOnLayer("Sub22", "
-Japan Sakata Ecopure Soy 4C Series
-Japan Sakata Ecopure 6 & 7 Color Ink Series
-Sakata Others
-Century Colors
"); } if (i==23) { showOnLayer("Sub23", "
-Touch\'N Smell
"); } } function hideLeftMenu(LayerNumber) { var i = LayerNumber if (i==13) { showOnLayer("Sub13", "
"); } if (i==21) { showOnLayer("Sub21", "
"); } if (i==24) { showOnLayer("Sub24", "
"); } if (i==25) { showOnLayer("Sub25", "
"); } if (i==26) { showOnLayer("Sub26", "
"); } if (i==22) { showOnLayer("Sub22", "
"); } if (i==23) { showOnLayer("Sub23", "
"); } }