
function SimpleSwap(el,which){el.src=el.getAttribute(which||"origsrc");}
function SimpleSwapSetup(){var x=document.getElementsByTagName("img");for(var i=0;i<x.length;i++){var oversrc=x[i].getAttribute("oversrc");if(!oversrc)
continue;x[i].oversrc_img=new Image();x[i].oversrc_img.src=oversrc;x[i].onmouseover=new Function("SimpleSwap(this,'oversrc');");x[i].onmouseout=new Function("SimpleSwap(this);");x[i].setAttribute("origsrc",x[i].src);}}
var PreSimpleSwapOnload=(window.onload)?window.onload:function(){};window.onload=function(){PreSimpleSwapOnload();SimpleSwapSetup();}
function OpenPopup(url,name,width,height,scrollbars){newwindow=window.open(url,name,'width='+width+',height='+height
+',location=no,menubar=no,resizable=yes,scrollbars='+scrollbars
+',status=no,toolbar=no,top=100,left=100');newwindow.focus();}
function prefillClear(field){if(field.defaultValue==field.value){field.value='';}else if(field.value==''){field.value=field.defaultValue;}}
String.prototype.downgrade=function(){var str=this.replace(/[\u00C0-\u00C5]/g,"A");str=str.replace(/\u00C6/g,"AE");str=str.replace(/\u00C7/g,"C");str=str.replace(/[\u00C8-\u00CB]/g,"E");str=str.replace(/[\u00CC-\u00CF]/g,"I");str=str.replace(/\u00D0/g,"D");str=str.replace(/\u00D1/g,"N");str=str.replace(/[\u00D2-\u00D6\u00D8]/g,"O");str=str.replace(/[\u00D9-\u00DC]/g,"U");str=str.replace(/\u00DD/g,"Y");str=str.replace(/\u00DE/g,"TH");str=str.replace(/\u00DF/g,"ss");str=str.replace(/[\u00E0-\u00E5]/g,"a");str=str.replace(/\u00E6/g,"ae");str=str.replace(/\u00E7/g,"c");str=str.replace(/[\u00E8-\u00EB]/g,"e");str=str.replace(/[\u00EC-\u00EF]/g,"i");str=str.replace(/\u00F0/g,"d");str=str.replace(/\u00F1/g,"n");str=str.replace(/[\u00F2-\u00F6\u00F8]/g,"o");str=str.replace(/[\u00F9-\u00FC]/g,"u");str=str.replace(/[\u00FD\u00FF]/g,"y");str=str.replace(/\u00FE/g,"th");return str;}
String.prototype.replaceAll=function(pcFrom,pcTo){var i=this.indexOf(pcFrom);var c=this;while(i>-1){c=c.replace(pcFrom,pcTo);i=c.indexOf(pcFrom);}
return c;}
function doSearch(hiddenLinkId,searchInputId){var link=document.getElementById(hiddenLinkId);var textElement=document.getElementById(searchInputId);var queryValue=document.getElementById(searchInputId).value;if(textElement.defaultValue!=queryValue){if(queryValue.length>0){queryValue=queryValue.downgrade();link.href=link.href+'query='+encodeURIComponent(queryValue);self.location.href=link.href;}}}
function searchOnEnter(event,hiddenLinkId,searchInputId){if(event){if(event.keyCode==13){doSearch(hiddenLinkId,searchInputId);return false;}}
return true;}
function fireEvent(element,event){if(document.createEventObject){var evt=document.createEventObject();return element.fireEvent('on'+event,evt)}else{var evt=document.createEvent("HTMLEvents");evt.initEvent(event,true,true);return!element.dispatchEvent(evt);}}
function isTextValueDefaultValue(element){var isDefaultValue=true;if(element.defaultValue!=element.value){isDefaultValue=false;}
return isDefaultValue;}
var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var isWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var isOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;function ControlVersion()
{var version;var axo;var e;try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e){}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axo.AllowScriptAccess="always";version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axo.GetVariable("$version");}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version="WIN 3,0,18,0";}catch(e){}}
if(!version)
{try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");version="WIN 2,0,0,11";}catch(e){version=-1;}}
return version;}
function GetSwfVer(){var flashVer=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var swVer2=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var flashDescription=navigator.plugins["Shockwave Flash"+swVer2].description;var descArray=flashDescription.split(" ");var tempArrayMajor=descArray[2].split(".");var versionMajor=tempArrayMajor[0];var versionMinor=tempArrayMajor[1];var versionRevision=descArray[3];if(versionRevision==""){versionRevision=descArray[4];}
if(versionRevision[0]=="d"){versionRevision=versionRevision.substring(1);}else if(versionRevision[0]=="r"){versionRevision=versionRevision.substring(1);if(versionRevision.indexOf("d")>0){versionRevision=versionRevision.substring(0,versionRevision.indexOf("d"));}}
var flashVer=versionMajor+"."+versionMinor+"."+versionRevision;}}
else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1)flashVer=4;else if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1)flashVer=3;else if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1)flashVer=2;else if(isIE&&isWin&&!isOpera){flashVer=ControlVersion();}
return flashVer;}
function DetectFlashVer(reqMajorVer,reqMinorVer,reqRevision)
{versionStr=GetSwfVer();if(versionStr==-1){return false;}else if(versionStr!=0){if(isIE&&isWin&&!isOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",");}else{versionArray=versionStr.split(".");}
var versionMajor=versionArray[0];var versionMinor=versionArray[1];var versionRevision=versionArray[2];if(versionMajor>parseFloat(reqMajorVer)){return true;}else if(versionMajor==parseFloat(reqMajorVer)){if(versionMinor>parseFloat(reqMinorVer))
return true;else if(versionMinor==parseFloat(reqMinorVer)){if(versionRevision>=parseFloat(reqRevision))
return true;}}
return false;}}
function AC_AddExtension(src,ext)
{if(src.indexOf('?')!=-1)
return src.replace(/\?/,ext+'?');else
return src+ext;}
function AC_Generateobj(objAttrs,params,embedAttrs)
{var str='';if(isIE&&isWin&&!isOpera)
{str+='<object ';for(var i in objAttrs)
{str+=i+'="'+objAttrs[i]+'" ';}
str+='>';for(var i in params)
{str+='<param name="'+i+'" value="'+params[i]+'" /> ';}
str+='</object>';}
else
{str+='<embed ';for(var i in embedAttrs)
{str+=i+'="'+embedAttrs[i]+'" ';}
str+='> </embed>';}
document.write(str);}
function AC_FL_RunContent(){var ret=AC_GetArgs
(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_SW_RunContent(){var ret=AC_GetArgs
(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);AC_Generateobj(ret.objAttrs,ret.params,ret.embedAttrs);}
function AC_GetArgs(args,ext,srcParamName,classid,mimeType){var ret=new Object();ret.embedAttrs=new Object();ret.params=new Object();ret.objAttrs=new Object();for(var i=0;i<args.length;i=i+2){var currArg=args[i].toLowerCase();switch(currArg){case"classid":break;case"pluginspage":ret.embedAttrs[args[i]]=args[i+1];break;case"src":case"movie":args[i+1]=AC_AddExtension(args[i+1],ext);ret.embedAttrs["src"]=args[i+1];ret.params[srcParamName]=args[i+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblclick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":ret.objAttrs[args[i]]=args[i+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":ret.embedAttrs[args[i]]=ret.objAttrs[args[i]]=args[i+1];break;default:ret.embedAttrs[args[i]]=ret.params[args[i]]=args[i+1];}}
ret.objAttrs["classid"]=classid;if(mimeType)ret.embedAttrs["type"]=mimeType;return ret;}
String.prototype.downgradeQuery=function(){var str=this.replace(/[\u00C0-\u00C5]/g,"A");str=str.replace(/\u00C6/g,"AE");str=str.replace(/\u00C7/g,"C");str=str.replace(/[\u00C8-\u00CB]/g,"E");str=str.replace(/[\u00CC-\u00CF]/g,"I");str=str.replace(/\u00D0/g,"D");str=str.replace(/\u00D1/g,"N");str=str.replace(/[\u00D2-\u00D6\u00D8]/g,"O");str=str.replace(/[\u00D9-\u00DC]/g,"U");str=str.replace(/\u00DD/g,"Y");str=str.replace(/\u00DE/g,"TH");str=str.replace(/\u00DF/g,"ss");str=str.replace(/[\u00E0-\u00E5]/g,"a");str=str.replace(/\u00E6/g,"ae");str=str.replace(/\u00E7/g,"c");str=str.replace(/[\u00E8-\u00EB]/g,"e");str=str.replace(/[\u00EC-\u00EF]/g,"i");str=str.replace(/\u00F0/g,"d");str=str.replace(/\u00F1/g,"n");str=str.replace(/[\u00F2-\u00F6\u00F8]/g,"o");str=str.replace(/[\u00F9-\u00FC]/g,"u");str=str.replace(/[\u00FD\u00FF]/g,"y");str=str.replace(/\u00FE/g,"th");return str;}
function doSubshopSearch(hiddenLinkId,searchInputId){var link=document.getElementById(hiddenLinkId);var textElement=document.getElementById(searchInputId);var queryValue=document.getElementById(searchInputId).value;if(textElement.defaultValue!=queryValue){if(queryValue.length>0){queryValue=queryValue.downgradeQuery();if(queryValue=='*'){link.href=link.href+'query=';}
else{link.href=link.href+'query='+encodeURIComponent(queryValue);}
self.location.href=link.href;}}}
function subshopSearchOnEnter(event,hiddenLinkId,searchInputId){if(event){if(event.keyCode==13){doSubshopSearch(hiddenLinkId,searchInputId);return false;}}
return true;}
