loaded=0; rollOver = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >=3)) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4))); function switchOn(imageName) { if (loaded==1) { imgOn = eval(imageName + "on.src"); document [imageName].src = imgOn; } } function switchOff(imageName) { if (loaded==1) { imgOff = eval(imageName + "off.src"); document [imageName].src = imgOff; } } function openWinPrec(u,n,fs,sc,loc,tool,dir,menu,res,stat,w,h,top,left){ window.open(u,n,'fullscreen='+fs+',scrollbars='+sc+',location='+loc+',toolbar='+tool+',directories='+dir+',menubar='+menu+',resizable='+res+',status='+stat+',width='+w+',height='+h+',top='+top+',left='+left); } function openWin(u,n){ openWinPrec(u,n,'no','no','no','no','no','no','no','no',500,450,0,0); } function profile(uid){ openWinPrec('http://www.soundcontrol.co.uk/mod_1/pages/mod_1.10/pages/mod_1.10.1/pages/popup.php?request='+uid,'profile','no','no','no','no','no','no','no','no',313,286,0,0); } function doit() { perpage=document.forms['limiter'].perpage.options[document.forms['limiter'].perpage.selectedIndex].value; window.location="BASE_HREF/mod_1/pages/mod_1.18/pages/index.php?request=details&perpage="+perpage+"&thread_id="; } function clearField() { form = document.search1 form.keyword.value = "" } function imageswap(theID, over) { theImg=document.getElementById(theID); if (over){ theImg.setAttribute("src","/images/img_nav/" + theID + "_on.gif"); }else{ theImg.setAttribute("src","/images/img_nav/" + theID + "_off.gif"); } //alert(newsrc); } function xmasimageswap(theID, over) { theImg=document.getElementById(theID); if (over){ theImg.setAttribute("src","/images/img_nav/" + theID + "_on.gif"); }else{ theImg.setAttribute("src","/images/img_nav/xmas" + theID + "_off.gif"); } //alert(newsrc); } function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=396,height=336');"); } function verPopUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=530,height=370');"); } function addListProd(sku){ window.location = "/mod_1/pages/mod_1.30/pages/cproc.php?request=add&art[]=" + sku + ""; } function reDir(){ window.location = "http://soundcontrol.co.uk"; }