//++++++++++++++++++++++++++++++++++++++ //-------------------------------------- function newImage(arg) { if (document.images) { rslt = new Image(); rslt.src = arg; return rslt; } } //-------------------------------------- if (document.images) { MM_preloadImages('/img/tmb_about_over.gif', '/img/tmb_about_over.gif', '/img/tmb_support_over.gif'); //---------------------------- }//document.images //-------------------------------------- function rollover(id1,name1){ if (document.images) {document.images[id1].src=eval(name1+".src");} return true; } //-------------------------------------- function clearVal(fld, fval1, fval2) { if (fld.value==fval1) fld.value=fval2; } //-------------------------------------- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&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 function showpict(isrc, w, h, talt) { var appear,pic; //(screen.height/2-190) (screen.width/2-90) appear='top=' + 100 + ',left=' + 100 + ',width=' + w + ',height=' + h + ',directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0'; if (opera==true) { pic=window.open(isrc, 'pictw', appear); } else { pic=window.open('', 'pictw', appear); pic.document.open(); pic.document.write("
\""
"); pic.document.close(); } } //-------------------------------------- function popupW(isrc, ihref, ialt, iw, ih, ww, wh) { var appear,pic; appear='top=' + (0) + ',left=' + (0) + ',width=' + ww + ',height=' + wh + ',directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0'; //screen.height/2-90 //screen.height/2-90 adv=window.open('', 'wadv', appear); adv.document.open(); adv.document.write("
\""
"); adv.document.close(); } //-------------------------------------- //-------------------------------------- function wopen(isrc,w,h, isfullAppear, isScroll) { var win; //(screen.height/2-190) (screen.width/2-90) appear='top=' + 50 + ',left=' + 50 + ',width=' + w + ',height=' + h; if (isfullAppear==0) appear+=',directories=0,location=0,menubar=0,resizable=1,status=0,toolbar=0'; else appear+=',directories=1,location=1,menubar=1,resizable=1,status=1,toolbar=1'; appear+=',scrollbars='+isScroll win=window.open(isrc, 'w', appear); win.window.focus(); }//wopen //--------------------------------------