var getSearchParams=(function(){var a=null;return function(c){var b=a||(a=window.location.search.toQueryParams());return(c)?b[c]:b}})();function OpenWindow(c,e,a,d,b){window.open(c,(b||"OutsideWindow"),"width="+(e||714)+",height="+(a||536)+","+(d||"scrollbars=yes,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes")).focus()}function selectFormAction(c,a){var b=document[c][a].options[document[c][a].selectedIndex].value;if(b!="#"){window.location=document[c][a].options[document[c][a].selectedIndex].value}else{if(b=="#"){document[c][a].selectedIndex=0}}}var OneShotEventRegister=Class.create({initialize:function(b,c,d,a){this.expired=false;this.queue=[];this.overflow=!!d;this.overflower=a;Event.observe(b,c,this.expire.bindAsEventListener(this))},expire:function(){var a;while(a=this.queue.shift()){a()}this.expired=true},register:function(a){if(!this.expired){this.queue.push(a)}else{if(this.overflower){this.overflower(a)}else{if(this.overflow){a()}else{return false}}}return true}});var registerOnLoadFunc=(registerOnLoad=(function(){var a=new OneShotEventRegister(window,"load",true);return function(b){a.register(b)}})());var registerOnReady=(function(){var a=new OneShotEventRegister(document,"dom:loaded",true,registerOnLoad);return function(b){a.register(b)}})();if(!window.XMLHttpRequest){Event.observe(window,"load",function(){if($$("ul.d-dropdown li")){$$("ul.d-dropdown li").each(function(a){Event.observe(a,"mouseover",function(){Element.addClassName(a,"hover");$$("select").each(function(b){b.setStyle({visibility:"hidden"})})});Event.observe(a,"mouseout",function(){Element.removeClassName(a,"hover");$$("select").each(function(b){b.setStyle({visibility:"visible"})})})})}})}PNG=function(d,c,a){var b=document.createElement("img");b.setAttribute("id",d);if(browser.ua.indexOf("msie 5.0")!=-1){if(a!=null){b.src=a}else{return}}else{if((browser.appN.indexOf("microsoft")!=-1)&&(browser.ua.indexOf("mac")==-1)){b.src="/images/alpha/blank.gif";b.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+c+"',sizingMethod='scale');"}else{b.src=c}}return b};function defineEventHandler(d,b,e,a){try{if(document.addEventListener){d.addEventListener(b,e,a)}else{if(document.attachEvent){b="on"+b;d.attachEvent(b,e)}}}catch(c){return}}function removeEventHandler(d,b,e,a){try{if(document.removeEventListener){d.removeEventListener(b,e,a)}else{if(document.detachEvent){d.detachEvent("on"+b,e)}}}catch(c){return}}BrowserDescription=function(){this.appN=navigator.appName.toLowerCase();this.appV=parseInt(navigator.appVersion);this.ua=navigator.userAgent.toLowerCase();this.plt=navigator.platform.toLowerCase();this.lang=(navigator.language||navigator.userLanguage).substring(0,2);if(this.ua.indexOf("opera/7")!=-1||this.ua.indexOf("opera 7")!=-1){this.appV=7}this.ax=window.ActiveXObject!="undefined";this.isSafari=(this.ua.indexOf("safari")!=-1);if(this.ua.indexOf("safari")!=-1){var c="applewebkit/";var a=this.ua.indexOf(c);if(a==-1){return null}var b=this.ua.substring(a+c.length);b=b.substring(0,b.indexOf(" "));this.kitV=parseInt(b)}return this};var browser=new BrowserDescription();Dimensions=function(a,b){this.width=a||0;this.height=b||0;return this};XYCoords=function(a,b){this.x=a||0;this.y=b||0;return this};BoxCoords=function(b,d,a,c){this.x1=b||0;this.y1=d||0;this.x2=a||0;this.y2=c||0;return this};function getEventCoords(b){var a=new XYCoords();if(b.pageX&&b.pageY){a.x=b.pageX;a.y=b.pageY}else{if(b.clientX&&b.clientY){a.x=b.clientX+document.body.scrollLeft;a.y=b.clientY+document.body.scrollTop}}return a}function getElementBoxCoords(b){this.element=b;this.calculated_offset;this.calcOffsetFrom=function(c,e,d){if(d!=false){this.calculated_offset=0}if(c!=null){switch(e){case"top":this.calculated_offset+=c.offsetTop;break;case"left":this.calculated_offset+=c.offsetLeft;break}if((c.offsetParent==document.body)||(c.offsetParent.tagName==("HTML"||"BODY"))){return this.calculated_offset}else{return this.calcOffsetFrom(c.offsetParent,e,false)}}};this.w=this.element.offsetWidth;this.h=this.element.offsetHeight;var a=new BoxCoords();a.x1=this.calcOffsetFrom(this.element,"left",true);a.y1=this.calcOffsetFrom(this.element,"top",true);a.x2=a.x1+this.w;a.y2=a.y1+this.h;return a}function getElementBoxCoordsById(a){var b=document.getElementById(a);if(b!=null){return getElementBoxCoords(b)}}function getWindowDimensions(){var b=(window.innerWidth)?window.innerWidth:document.body.clientWidth;var a=(window.innerHeight)?window.innerHeight:document.body.clientHeight;return new Dimensions(b,a)}function getContentDimensions(){var b=Math.max(document.body.offsetWidth,document.body.scrollWidth);var a=Math.max(document.body.offsetHeight,document.body.scrollHeight);return new Dimensions(b,a)}function getScrollPosition(){var b=new XYCoords();if(window.scrollX&&window.scrollY){b.x=window.scrollX;b.y=window.scrollY}else{var c=document.body;var d=(c.parentNode.scrollLeft)?c.parentNode.scrollLeft:0;var a=(c.parentNode.scrollTop)?c.parentNode.scrollTop:0;b.x=Math.max(c.scrollLeft,d);b.y=Math.max(c.scrollTop,a)}return b}PageMaskImage=function(){if(browser.ua.indexOf("msie 5.0")!=-1){return}var b=(browser.appN.indexOf("netscape")!=-1)?"/images/alpha/939598_opacity60_1200x3000.png":"/images/alpha/939598_opacity60.png";var a=new PNG("pageshield",b,null);var d=getContentDimensions();a.style.width=d.width+"px";a.style.height=d.height+"px";a.style.position="absolute";a.style.top=0;a.style.left=0;a.style.zIndex=1000;a.style.visibility="hidden";var c=document.getElementsByTagName("body")[0];a=c.appendChild(a);return a};EmxPopup=function(e,a,h,g,b){var c=this;this.isDisplayed=null;this.onclose;var d=getWindowDimensions();this.width=(e<d.width)?e:500;this.height=(a<d.height)?a:336;this.pagemask=new PageMaskImage();this.popupDIV=document.createElement("div");this.popupDIV.setAttribute("id","EmxPopup");this.popupDIV.style.width=this.width+"px";this.popupDIV.style.height=this.height+"px";this.popupDIV.style.visibility="hidden";var f=document.getElementsByTagName("body")[0];this.popupDIV=f.appendChild(this.popupDIV);this.slices=new Array();this.slices.topLeft=new PNG("topLeft","/images/alpha/popup/corner_tl.png","/images/alpha/popup/corner_tl.gif");this.slices.topLeft=this.popupDIV.appendChild(this.slices.topLeft);this.slices.top=new PNG("top","/images/alpha/popup/top.png","/images/alpha/popup/top.gif");this.slices.top=this.popupDIV.appendChild(this.slices.top);this.slices.topRight=new PNG("topRight","/images/alpha/popup/corner_tr.png","/images/alpha/popup/corner_tr.gif");this.slices.topRight=this.popupDIV.appendChild(this.slices.topRight);this.slices.right=new PNG("right","/images/alpha/popup/right.png","/images/alpha/popup/right.gif");this.slices.right=this.popupDIV.appendChild(this.slices.right);this.slices.bottomLeft=new PNG("bottomLeft","/images/alpha/popup/corner_bl.png","/images/alpha/popup/corner_bl.gif");this.slices.bottomLeft=this.popupDIV.appendChild(this.slices.bottomLeft);this.slices.bottom=new PNG("bottom","/images/alpha/popup/bottom.png","/images/alpha/popup/bottom.gif");this.slices.bottom=this.popupDIV.appendChild(this.slices.bottom);this.slices.bottomRight=new PNG("bottomRight","/images/alpha/popup/corner_br.png","/images/alpha/popup/corner_br.gif");this.slices.bottomRight=this.popupDIV.appendChild(this.slices.bottomRight);this.slices.left=new PNG("left","/images/alpha/popup/left.png","/images/alpha/popup/left.gif");this.slices.left=this.popupDIV.appendChild(this.slices.left);this.slices.top.style.width=this.slices.bottom.style.width=parseInt(this.popupDIV.style.width)-14+"px";this.slices.left.style.height=this.slices.right.style.height=parseInt(this.popupDIV.style.height)-14+"px";this.innerDIV=document.createElement("div");this.innerDIV.setAttribute("id","innerDIV");this.innerDIV=this.popupDIV.appendChild(this.innerDIV);this.innerDIV.style.width=parseInt(this.popupDIV.style.width)-16+"px";this.innerDIV.style.height=parseInt(this.popupDIV.style.height)-16+"px";this.titleDIV=document.createElement("div");this.titleDIV.setAttribute("id","emxpopup-title");this.titleDIV.style.width=parseInt(this.innerDIV.style.width)-32+"px";this.titleDIV=this.innerDIV.appendChild(this.titleDIV);this.titleText=this.titleDIV.appendChild(document.createTextNode(""));if(!g){this.closeIcon=document.createElement("img");this.closeIcon.setAttribute("id","closeIcon");this.closeIcon.src="/images/alpha/popup/close_off.gif";this.closeIcon=this.innerDIV.appendChild(this.closeIcon);this.closeIcon_over=new Image();this.closeIcon_over.src="/images/alpha/popup/close_on.gif";this.closeIcon.onmouseout=function(){document.getElementById("closeIcon").src="/images/alpha/popup/close_off.gif"};this.closeIcon.onmouseover=function(){document.getElementById("closeIcon").src="/images/alpha/popup/close_on.gif"};this.closeIcon.onclick=function(){c.close();if(iframeManager!=null){iframeManager.close()}}}this.contentArea=document.createElement("div");this.contentArea.setAttribute("id","emxPopupContentArea");this.contentArea.style.width=parseInt(this.innerDIV.style.width)-16+"px";this.contentArea.style.height=parseInt(this.innerDIV.style.height)-24+"px";this.contentArea=this.innerDIV.appendChild(this.contentArea);if(h){this.display(h)}if(b){this.setTitle(b)}return this};EmxPopup.prototype.resizePageMask=function(){this.pagemask.style.visibility="hidden";this.pagemask=new PageMaskImage();if(this.isDisplayed!=false){this.pagemask.style.visibility="visible"}};EmxPopup.setBackgroundText=function(c){var a=document.getElementById("pageHeader");a.style.color=c;var b=document.getElementById("layoutLogic");b.style.color=c};EmxPopup.calcPosition=function(a,i){var h=getWindowDimensions();var g=getScrollPosition();var d=getElementBoxCoordsById("layoutLogic");var b=(d.x1+756/2-a/2);var c=(h.height/2-i/2);if(d.y1+32+i>h.height){var f=g.y+Math.max(c,8)}else{if(d.y1+32<g.y){var f=g.y+32}else{var f=d.y1+32}}var e=new BoxCoords(b,f,b+a,f+i);return e};EmxPopup.prototype.setTitle=function(c){this.title=(c)?c:"";this.titleDIV.innerHTML=this.title;if(c!=""){var a=getElementBoxCoords(this.titleDIV);var b=a.y2-a.y1;this.titleDIV.style.height=b+"px"}else{this.titleDIV.style.height=12+"px";var a=getElementBoxCoords(this.titleDIV)}return a};EmxPopup.prototype.setContent=function(a){if(a!=null){this.contentArea.style.overflow="auto";this.contentArea.innerHTML=a}};EmxPopup.prototype.setVisibility=function(a){this.popupDIV.style.visibility=a};EmxPopup.prototype.display=function(c,b){if(this.isDisplayed!=true){if(browser.appN.indexOf("microsoft")!=-1&&browser.ua.indexOf("mac")==-1){toggleFormElements("hidden")}var a=EmxPopup.calcPosition(this.width,this.height);this.popupDIV.style.position="absolute";this.popupDIV.style.top=a.y1+"px";this.popupDIV.style.left=a.x1+"px";this.popupDIV.style.zIndex=1001;if(browser.ua.indexOf("msie 5.0")!=-1){EmxPopup.setBackgroundText("#aaaaaa")}else{this.pagemask.style.visibility="visible"}this.setVisibility("visible");this.isDisplayed=true}if(b!=null){this.setTitle(b)}if(c!=null){this.setContent(c)}};EmxPopup.prototype.defineOnClose=function(a){this.onclose=a};EmxPopup.prototype.close=function(){if(browser.ua.indexOf("msie 5.0")!=-1){EmxPopup.setBackgroundText("#000000")}else{this.pagemask.style.visibility="hidden"}this.setVisibility("hidden");this.setContent("");if(browser.appN.indexOf("microsoft")!=-1&&browser.ua.indexOf("mac")==-1){toggleFormElements("visible")}if(this.onclose!=null){this.onclose()}this.isDisplayed=false};IframeManager=function(){this.iframeElement;this.useIframeBorderMask;this.emxpopup;this.isDisplayed;this.onclose;return this};IframeManager.createIframe=function(f,a){var c;try{c=document.createElement("iframe");c.id=(f)?f:"mmIframe";c.name=(f)?f:"mmIframe";c.src=(a)?a:"/blank.html";c.width=500+"px";c.height=0+"px";c.setAttribute("frameborder","0");c.style.position="absolute";c.style.top=0+"px";c.style.left=0+"px";c.style.zIndex=0;c.style.visibility="hidden";var d=document.getElementsByTagName("body")[0];c=d.appendChild(c)}catch(b){var e='<iframe id="'+f+'" name="'+name+'" src="/blank.html" frameborder="0" scrolling="auto"';e+='style="width:500px; height:0px; position:absolute; top:0; left:0; zIndex:0; visibility:hidden;"';e+="></iframe>";document.body.innerHTML+=e;c=document.getElementById(f)}return c};IframeManager.disableTab=function(){for(var c=0;c<document.links.length;c++){var b=document.links[c].tabIndex;if(b!=-1){document.links[c].setAttribute("mm:tabIndex",b);document.links[c].tabIndex=-1}}for(var c=0;c<document.forms.length;c++){var d=document.forms[c];for(var a=0;a<d.elements.length;a++){var b=document.links[c].tabIndex;if(b!=-1){d.elements[a].setAttribute("mm:tabIndex",b);d.elements[a].tabIndex=-1}}}return};IframeManager.restoreTab=function(){for(var c=0;c<document.links.length;c++){var b=document.links[c].getAttribute("mm:tabIndex");if(b!=null){document.links[c].tabIndex=b}}for(var c=0;c<document.forms.length;c++){var d=document.forms[c];for(var a=0;a<d.elements.length;a++){var b=d.elements[a].getAttribute("mm:tabIndex");if(b!=null){d.elements[a].tabIndex=b}}}return};IframeManager.prototype.load=function(a){try{frames[this.iframeElement.id].location.href=a}catch(b){document.getElementById(this.iframeElement.id).src=a}};IframeManager.prototype.maskIframeBorder=function(a){var b=document.createElement("div");b.style.position="absolute";b.style.top=a.y1+"px";b.style.left=a.x1+"px";b.style.width=parseInt(this.emxpopup.contentArea.style.width)+"px";b.style.height=parseInt(this.emxpopup.contentArea.style.height)+"px";b.style.border="2px solid #fff";b.style.zIndex=1004;var c=document.getElementsByTagName("body")[0];this.iframeBorder=c.appendChild(b);return this.iframeBorder};IframeManager.prototype.display=function(d,c,f,g){if(this.iframeElement==null){this.iframeElement=IframeManager.createIframe("mmIframe",d)}else{if(d!=null){this.load(d)}}if(this.iframeElement!=null&&this.isDisplayed!=true){var e=(c)?c:500;var b=(f)?f:336;this.emxpopup=(this.emxpopup)?this.emxpopup:new EmxPopup(e,b);this.emxpopup.display(null,g);var a=getElementBoxCoords(this.emxpopup.contentArea);this.iframeElement.style.width=a.x2-a.x1+"px";this.iframeElement.style.height=a.y2-a.y1+"px";this.iframeElement.style.top=a.y1+"px";this.iframeElement.style.left=a.x1+"px";this.iframeElement.style.zIndex=1003;if(browser.appN.indexOf("microsoft")!=-1&&browser.ua.indexOf("mac")==-1){if(this.useIframeBorderMask!=false){this.iframeBorder=this.maskIframeBorder(a);this.iframeBorder.style.visibility="visible"}toggleFormElements("hidden")}this.iframeElement.style.visibility="visible";IframeManager.disableTab();this.iframeElement.tabIndex=1;this.isDisplayed=true}else{if(this.iframeElement!=null){this.setPopupTitle(g)}}};IframeManager.prototype.setPopupTitle=function(b){var a=this.emxpopup.setTitle(b);this.iframeElement.style.top=a.y2+"px"};IframeManager.prototype.defineOnClose=function(a){this.onclose=a};IframeManager.prototype.close=function(){if(this.iframeElement!=null&&this.isDisplayed!=false){this.load("/blank.html");this.iframeElement.style.visibility="hidden";this.emxpopup.close();if(browser.appN.indexOf("microsoft")!=-1&&browser.ua.indexOf("mac")==-1){if(this.iframeBorder!=null){this.iframeBorder.style.visibility="hidden"}toggleFormElements("visible")}this.isDisplayed=false;IframeManager.restoreTab();this.iframeElement.tabIndex=-1;if(this.onclose!=null){this.onclose()}}};IframeManager.prototype.cleanup=function(){try{document.removeChild(this.iframeElement)}catch(a){}};IframeManager.prototype.init=function(c,a){var b=(c)?c:"mmIframe";if(document.getElementById(b)!=null){this.iframeElement=document.getElementById(b);this.useIframeBorderMask=false}this.isDisplayed=false;this.onclose=a};function toggleFormElements(e){for(var b=0;b<document.forms.length;b++){var d=document.forms[b];for(var a=0;a<d.elements.length;a++){var c=d.elements[a];if(c.type=="select-one"||c.type=="select-mulitple"){c.style.visibility=e}}}return}function displayIframe(){var a=(arguments.length>0)?arguments.toString():null;if(iframeManager!=null&&iframeManager.display){iframeManager.display(a)}else{setTimeout("displayIframe("+a+");",200)}}function setPopupTitle(a){if(a!=null&&iframeManager!=null&&iframeManager.setPopupTitle){iframeManager.setPopupTitle(a)}else{setTimeout('setPopupTitle("'+a+'");',200)}}onunload=function(){if(iframeManager.isDisplayed!=false){iframeManager.close()}iframeManager.cleanup("mmIframe")};onresize=function(){if(iframeManager.emxpopup!=null&&iframeManager.isDisplayed!=false){iframeManager.emxpopup.resizePageMask()}};var browser=new BrowserDescription();var iframeManager=new IframeManager();function initIframeManager(){iframeManager.init("mmIframe")}registerOnLoadFunc(initIframeManager);DhtmlObj=function(objRef,elementID){var self=this;var coords=getElementBoxCoordsById(elementID);this.objRef=objRef;eval(this.objRef+"=this;");this.element=document.getElementById(elementID);this.width=coords.x2-coords.x1;this.height=coords.y2-coords.y1;return this};DhtmlObj.prototype.clipto=function(b){var a=new Object();switch(typeof b){case"object":a.top=b.top||0;a.right=b.right||this.width;a.bottom=b.bottom||this.height;a.left=b.left||0;break;case"array":if(b.length==4){a.top=parseInt(b[0]);a.right=parseInt(b[1]);a.bottom=parseInt(b[2]);a.left=parseInt(b[3])}else{return false}break;case"string":if(b.indexOf("(")!=-1&&b.indexOf(")")!=-1){b=b.slice(b.indexOf("("),b.indexOf(")"))}if(b.indexOf(",")!=-1){b=b.split(",")}else{if(b.indexOf(" ")!=-1){b=b.split(" ")}else{return false}}if(b.length==4){a.top=parseInt(b[0]);a.right=parseInt(b[1]);a.bottom=parseInt(b[2]);a.left=parseInt(b[3])}else{return false}break;default:return false}if(typeof this.element.style.clip!="undefined"){if(typeof element.style.clip.top!="undefined"){this.element.style.clip.top=a.top;this.element.style.clip.right=a.right;this.element.style.clip.bottom=a.bottom;this.element.style.clip.left=a.left}else{this.element.style.clip="rect("+a.top+"px,"+a.right+"px,"+a.bottom+"px,"+a.left+"px)"}}};DhtmlObj.prototype.getClippingValues=function(){var a=new Object();if(typeof this.element.style.clip!="undefined"){if(typeof this.element.style.clip.top!="undefined"){a=this.element.style.clip}else{valuesArray=this.element.style.clip.slice(5,-1).split(" ");a.top=parseInt(valuesArray[0]);a.right=parseInt(valuesArray[1]);a.bottom=parseInt(valuesArray[2]);a.left=parseInt(valuesArray[3])}}return a};DhtmlObj.prototype.wipeInFromTop=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:b,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromTop=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.wipeHeight*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:this.height-b,left:0}}else{a=(this.endclip)?this.endclip:{top:0,right:this.width,bottom:this.height,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:this.height,left:this.width-b}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:this.height,left:b}}else{a={top:0,right:this.width,bottom:this.height,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:b,bottom:this.height,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width-b,bottom:this.height,left:0}}else{a={top:0,right:0,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromBottom=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:this.height-b,right:this.width,bottom:this.height,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromBottom=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:b,right:this.width,bottom:this.height,left:0}}else{a={top:this.height,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInHorizontalFromMiddle=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.width/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:(this.width/2)+b,bottom:this.height,left:(this.width/2)-b}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutHorizontalFromMiddle=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.width/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width-b,bottom:this.height,left:b}}else{a={top:0,right:0,bottom:this.height,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInVerticalFromMiddle=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.height/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:(this.height/2)-b,right:this.width,bottom:(this.height/2)+b,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutVerticalFromMiddle=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.height/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:b,right:this.width,bottom:this.height-b,left:0}}else{a={top:this.height/2,right:this.width,bottom:this.height/2,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromCenter=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.width/2)*(this.elapsed/this.duration);var c=(this.height/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:(this.height/2)-c,right:(this.width/2)+b,bottom:(this.height/2)+c,left:(this.width/2)-b}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromCenter=function(){this.elapsed=new Date().getTime()-this.starttime;var b=(this.width/2)*(this.elapsed/this.duration);var c=(this.height/2)*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:c,right:this.width-b,bottom:this.height-c,left:b}}else{a={top:this.height/2,right:this.width/2,bottom:this.height/2,left:this.width/2};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromTopLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:b,bottom:c,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromTopLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width-b,bottom:this.height-c,left:0}}else{a={top:this.height,right:0,bottom:0,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromTopRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:c,left:this.width-b}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromTopRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:0,right:this.width,bottom:this.height-c,left:b}}else{a={top:0,right:this.width,bottom:0,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromBottomRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:this.height-c,right:this.width,bottom:this.height,left:this.width-b}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromBottomRight=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:c,right:this.width-b,bottom:this.height-c,left:b}}else{a={top:this.height,right:this.width,bottom:this.height,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeInFromBottomLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:this.height-c,right:b,bottom:this.height,left:0}}else{a={top:0,right:this.width,bottom:this.height,left:0};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipeOutFromBottomLeft=function(){this.elapsed=new Date().getTime()-this.starttime;var b=this.width*(this.elapsed/this.duration);var c=this.height*(this.elapsed/this.duration);var a;if(this.elapsed<this.duration){a={top:c,right:this.width,bottom:this.height,left:b}}else{a={top:this.height,right:this.width,bottom:this.height,left:this.width};this.oncomplete()}this.clipto(a)};DhtmlObj.prototype.wipe=function(wipe,duration,oncomplete,endclip){this.oncomplete=function(){clearInterval(this.wipeIntervalID);this.wiping=false;eval(this.fcomplete)};if(this.wiping!=true){this.duration=duration;this.fcomplete=oncomplete;this.endclip=endclip;this.interval=35;this.starttime=new Date().getTime()+this.interval;this.elapsed=0;this.wiping=true;this.wipeIntervalID;if(this.endclip!=null){this.clipvalues=this.getClippingValues();this.wipeWidth=Math.abs(this.endclip.right-this.clipvalues.right)+Math.abs(this.endclip.left-this.clipvalues.left);this.wipeHeight=Math.abs(this.endclip.bottom-this.clipvalues.bottom)+Math.abs(this.endclip.top-this.clipvalues.top)}var clippingObj;switch(wipe){case"infromtop":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromTop()",this.interval);break;case"outfromtop":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromTop()",this.interval);break;case"infrombottom":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromBottom()",this.interval);break;case"infrombottom":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromBottom()",this.interval);break;case"outfrombottom":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromBottom()",this.interval);break;case"inhorizontalfrommiddle":this.wipeIntervalID=setInterval(this.objRef+".wipeInHorizontalFromMiddle()",this.interval);break;case"outhorizontalfrommiddle":this.wipeIntervalID=setInterval(this.objRef+".wipeOutHorizontalFromMiddle()",this.interval);break;case"inverticalfrommiddle":this.wipeIntervalID=setInterval(this.objRef+".wipeInVerticalFromMiddle()",this.interval);break;case"outverticalfrommiddle":this.wipeIntervalID=setInterval(this.objRef+".wipeOutVerticalFromMiddle()",this.interval);break;case"infromcenter":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromCenter()",this.interval);break;case"outfromcenter":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromCenter()",this.interval);break;case"infromright":this.clipto({top:0,right:this.width,bottom:this.height,left:this.width});this.wipeIntervalID=setInterval(this.objRef+".wipeInFromRight()",this.interval);break;case"outfromright":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromRight()",this.interval);break;case"infromleft":this.clipto({top:0,right:0,bottom:this.height,left:0});this.element.style.visibility="visible";this.wipeIntervalID=setInterval(this.objRef+".wipeInFromLeft()",this.interval);break;case"outfromleft":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromLeft()",this.interval);break;case"infromtopright":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromTopRight()",this.interval);break;case"outfromtopright":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromTopRight()",this.interval);break;case"infromtopleft":this.wipeIntervalID=setInterval(this.objRef+".wipeInFromTopLeft()",this.interval);break;case"outfromtopleft":this.wipeIntervalID=setInterval(this.objRef+".wipeOutFromTopLeft()",this.interval);break;case"fromAtoB":this.wipeIntervalID=setInterval(this.objRef+".wipeFromAtoB()",this.interval);break;default:break}}};StraightLineAnimation=function(o,s,g,q,r){var m=this;var o=o;var s=s;var g=g;var a;var h,f;var c,b;var e;var k,d;var j,i;this.intervalID;this.interval=r;function p(){a=document.getElementById(o);a.style.position="absolute";n(s.x);l(s.y);j=i=0;c=Math.abs(g.x-s.x);b=Math.abs(g.y-s.y);e=Math.sqrt(Math.pow((s.x-g.x),2)+Math.pow((s.y-g.y),2));k=(c/e)*q;d=(b/e)*q}function n(t){X=t;a.style.left=X+"px"}function l(t){Y=t;a.style.top=Y+"px"}this.animate=function(){if((j+k<c)||(i+d<b)){if(j+k<c){j+=k;n(X+k)}if(i+d<b){i+=d;l(Y+d)}}else{n(g.x);l(g.y);m.stop()}};p();return this};StraightLineAnimation.prototype.start=function(){this.intervalID=setInterval(this.animate,this.interval)};StraightLineAnimation.prototype.stop=function(){clearInterval(this.intervalID)};var downloadWindow;var newWindow;var width;var height;var options;var name;var url;function setPageTitle(a){window.document.title=a}function popVerisign(){var a="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.ADOBE.COM&lang=en";var b="toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1";openPopUpWindow(a,"540","450",b,"verisignWin")}function openInfoWindow(a,b,c){openPopUpWindow(a,"700","600")}function openPopUpWindow(urlstr,w,h,optionsstr,namestr){if(!urlstr){return}url=urlstr;var optionstest="";optionstest=optionsstr;width=(typeof w=="undefined")?"800":w;height=(typeof h=="undefined")?"600":h;options=(optionstest=="")?"toolbar=no,location=no,menubar=no,scrollbars=yes,resizable=yes":optionsstr;name=(typeof namestr=="undefined")?"_blank":namestr;
/*@cc_on
    @if (@_jscript_version > 5.7)
      newWindow = setTimeout( 'window.open( url, name , "width="+width+",height="+height+","+options)', 100);
    @else @*/
newWindow=window.open(url,name,"width="+width+",height="+height+","+options);
/*@end
	@*/
if(newWindow){
/*@cc_on
    	@if (@_jscript_version < 5.8)@*/
newWindow.focus();
/*@end
		@*/
}else{try{$("app").handleBlockedPopup(url)}catch(e){}}}function mmDownload(b){if(adobe.hostEnv.ieV!=7){try{frames.download.location.replace(b)}catch(a){document.getElementById("download").src=b}}else{downloadWindow=window.open(b,"_blank","directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=1,toolbar=0,width=800,height=600")}}function setStoreCookie(b,a){exp_date=10*365;adobe.Cookie.set(b,a,exp_date,"/",".adobe.com")};
