function validateForm() { form.submit(); return true; } /* IE placeholder in case of IE-specific requirements */ function ieSetup() { generalSetup(); } /* general setup, called on page load in all browsers */ function generalSetup() { setupRollovers(); } /* * Set up rollover actions for all images with 'rollOver' class * Written by Marc Pacheco. */ function setupRollovers() { if (!document.getElementsByTagName) { return false; } if (!document.images) { return false; } function createURI(e) { var mypath = e.split('/'); var fileName = mypath.pop(); var newFile = /Out\./; var newURI = fileName.replace(newFile,'Over.'); newURI = mypath.join('/')+'/'+newURI; return newURI; } var overs = document.getElementsByTagName("img"); var classnamePattern = /rollover/i; for (i=0; i < overs.length; i++) { if (overs[i].className.match(classnamePattern)) { // add onmouseover function overs[i].onmouseover = function() { var newURI = createURI(this.src); this.src = newURI; }; // add onmouseout function overs[i].onmouseout = function() { var oldURI = this.src; var mypath = oldURI.split('/'); var fileName = mypath.pop(); // make sure we're not already in the over state (for ie) var overName=/Over\./; if(fileName.match(overName)) { var newURI=fileName.replace(overName,'Out.'); } else { var newURI=fileName; } newURI=mypath.join('/')+'/'+newURI; this.src=newURI; }; //preload over images var newURI=createURI(overs[i].src); var fileName=new Image(); fileName.src=newURI; } } } /* Function for pop-up */ var win = null; function popUp(mypage,myname,w,h,scroll){ var winl = (screen.width-w)/2; var wint = (screen.height-h)/2; var settings ='height='+h+','; settings +='width='+w+','; settings +='top='+wint+','; settings +='left='+winl+','; settings +='scrollbars='+scroll+','; settings +='resizable=yes'; win=window.open(mypage,myname,settings); if(parseInt(navigator.appVersion) >= 4){win.window.focus();} return false; } function MM_openBrWindow(theURL,winName,features) { window.open(theURL,winName,features); } /* disappearing text */ function clearDefault(el) { if (el.defaultValue==el.value) el.value = "" } /* handset selector */ function runHandsetSelectorCode(id){ if(!document.getElementById('handsetImage')) { return; } id = id == null ? 'nokia3230' : id; var W3CDOM = (document.getElementsByTagName); if( W3CDOM ){ var div = document.getElementById('handsetImage'); var tag = div.getElementsByTagName('a'); for (var i=0;i= 5.5); for (i=0; i0){_1c+="flashvars=\""+_1f+"\"";} _1c+="/>"; }else{ if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");} _1c=""; _1c+=""; var _20=this.getParams(); for(var key in _20){_1c+="";} var _22=this.getVariablePairs().join("&"); if(_22.length>0){_1c+=""; }_1c+="";} return _1c; },write:function(_23){ if(this.useExpressInstall){ var _24=new com.deconcept.PlayerVersion([6,0,65]); if(this.installedVer.versionIsValid(_24)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){ this.setAttribute("doExpressInstall",true); this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl"))); document.title=document.title.slice(0,47)+" - Flash Player Installation"; this.addVariable("MMdoctitle",document.title);} }else{this.setAttribute("doExpressInstall",false);} if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){ var n=(typeof _23=="string")?document.getElementById(_23):_23; n.innerHTML=this.getFlashHTML(); }else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}}}; com.deconcept.FlashObjectUtil.getPlayerVersion=function(_26,_27){ var _28=new com.deconcept.PlayerVersion(0,0,0); if(navigator.plugins&&navigator.mimeTypes.length){ var x=navigator.plugins["Shockwave Flash"]; if(x&&x.description){_28=new com.deconcept.PlayerVersion(x.description.replace(/([a-z]|[A-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));} }else{ try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash"); for(var i=3;axo!=null;i++){ axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+i); _28=new com.deconcept.PlayerVersion([i,0,0]);}} catch(e){} if(_26&&_28.major>_26.major){return _28;} if(!_26||((_26.minor!=0||_26.rev!=0)&&_28.major==_26.major)||_28.major!=6||_27){ try{ _28=new com.deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(",")); }catch(e){}}} return _28; }; com.deconcept.PlayerVersion=function(_2c){ this.major=parseInt(_2c[0])||0; this.minor=parseInt(_2c[1])||0; this.rev=parseInt(_2c[2])||0; }; com.deconcept.PlayerVersion.prototype.versionIsValid=function(fv){ if(this.majorfv.major){return true;} if(this.minorfv.minor){return true;} if(this.rev-1)?q.indexOf("&",_30):q.length; if(q.length>1&&_30>-1){ return q.substring(q.indexOf("=",_30)+1,_31);}}return ""; },removeChildren:function(n){ while(n.hasChildNodes()){ n.removeChild(n.firstChild);}}}; if(Array.prototype.push==null){ Array.prototype.push=function(_33){ this[this.length]=_33; return this.length;};} var getQueryParamValue=com.deconcept.util.getRequestParameter; var FlashObject=com.deconcept.FlashObject; /* sIFR v2.0 RC4 Copyright 2004 - 2005 Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben This software is licensed under the CC-GNU LGPL */ function runSifrCode() { var hasFlash=function(){var a=6;if(navigator.appVersion.indexOf("MSIE")!=-1&&navigator.appVersion.indexOf("Windows")>-1){document.write('