//92634367//
//-------Including popups.js--------//
function freeprintUploadWin(url){var freeprint=window.open(url,"freeprint","resizable=yes,scrollbars=yes,menubar=no,width=400,height=360");freeprint.focus()}function freeprintWin(url,format,seiten){var popup_width_q1=350;var popup_width_q2=350;var popup_width_h1=350;var popup_width_h2=480;var popup_height_q1=300;var popup_height_q2=500;var popup_height_h1=400;var popup_height_h2=400;var popup_width=eval("popup_width_"+format+""+seiten);var popup_height=eval("popup_height_"+format+""+seiten);var freeprint=window.open(url,"freeprint","resizable=yes,scrollbars=no,menubar=no,width="+popup_width+",height="+popup_height);freeprint.focus()}function showTT_proof(e){document.getElementById("tt_proof").style.top=e.clientY;document.getElementById("tt_proof").style.left=e.clientX;document.getElementById("tt_proof_frame").style.top=e.clientY;document.getElementById("tt_proof_frame").style.left=e.clientX;document.getElementById("tt_proof").style.visibility="visible";document.getElementById("tt_proof_frame").style.visibility="visible"}function hideTT_proof(){document.getElementById("tt_proof").style.visibility="hidden";document.getElementById("tt_proof_frame").style.visibility="hidden";selectedRow=-1}function openScreenProofWinDEMO(proof_url){var pop_w=1024;var pop_h=768;var win_w=window.innerWidth||document.body.clientWidth;var win_h=window.innerHeight||document.body.clientHeight;var win_oh=window.outerHeight-win_h;win_h+=(win_oh)?win_oh:0;var win_x=window.screenX||window.screenLeft;var win_y=window.screenY||window.screenTop;var pos_x=win_x+(win_w/2-pop_w/2);var pos_y=win_y+(win_h/2-pop_h/2);window.open(proof_url,"","width="+pop_w+",height="+pop_h+",left="+pos_x+",top="+pos_y);hideTT_proof()}function openFoldFlashDEMO(fold_url){var pop_w=608;var pop_h=348;var win_w=window.innerWidth||document.body.clientWidth;var win_h=window.innerHeight||document.body.clientHeight;var win_oh=window.outerHeight-win_h;win_h+=(win_oh)?win_oh:0;var win_x=window.screenX||window.screenLeft;var win_y=window.screenY||window.screenTop;var pos_x=win_x+(win_w/2-pop_w/2);var pos_y=win_y+(win_h/2-pop_h/2);fold_url=fold_url+"&pages="+document.factsheetform.seitenumfang.value+"&verarbeitung="+document.factsheetform.verarbeitung.value+"&format="+document.factsheetform.format.value;window.open(fold_url,"","width="+pop_w+",height="+pop_h+",left="+pos_x+",top="+pos_y)}function is_screenproofdemo_win(){return(_screenproofdemo_win&&_screenproofdemo_win.closed!=undefined&&!_screenproofdemo_win.closed)}function trueprintWin(url){var trueprint=window.open(url,"trueprint","resizable=yes,scrollbars=no,menubar=no,width=400,height=360");trueprint.focus()}function helpWin(url){var help=window.open(url,"help","resizable=yes,scrollbars=yes,menubar=no,width=280,height=240");help.focus()}function helpWin2(url,w,h){var help2=window.open(url,"help2","resizable=yes,scrollbars=yes,menubar=no,width="+w+",height="+h);help2.focus()}function calendarWin(url,formname,fieldname,sid){var url=url;var formname=formname;var fieldname=fieldname;var target="";if(isNaN(formname)==false){target=eval("document.forms["+formname+"]."+fieldname)}else{target=eval("document."+formname+"."+fieldname)}var value=target.value;url+="?sid="+sid;url+="&formname="+formname;url+="&fieldname="+fieldname;url+="&value="+value;calendar=window.open(url,"calendar","resizable=1, menubar=0,toolbar=0,status=0,scrollbars=auto,width=211,height=250");calendar.focus()}function openLivetourWin(url){livetour=window.open(url,"livetour","resizable=no, menubar=no,toolbar=no,status=no,scrollbars=auto,width=360,height=370");livetour.focus()}function formA4(url,name,needSID){var sid="";var url=url;var winname=name;if(url==""){url="#"}if(winname==""){winname="formA4"}if((needSID=="y")&&(url!="#")){sid=parent.document.forms[0].sid.value;if(url.indexOf("?")>0){url=url+"&sid="+sid}else{url=url+"?sid="+sid}}var formA4=window.open(url,winname,"resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,width=710,height=750");formA4.focus()}function winExt(url,name,b,h){var url=url;var winname=name;breite=b;hoehe=h;if(url==""){url="#"}if(winname==""){winname="winExt"}if(breite==0){breite=660}if(hoehe==0){hoehe=750}var winExt=window.open(url,winname,"resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,width="+breite+",height="+hoehe);if(winExt==null){MessageShow(80,365,text_popupblocker_deaktivieren);return}winExt.focus()};
//-------Including hover.js--------//
function hover(obj,state){if(state=="over"){var backgroundColor="#ec3c12";obj.style.backgroundColor=backgroundColor}else{var backgroundColor="#e20a16";obj.style.backgroundColor=backgroundColor}};
//-------Including productOverview.js--------//
function openWindow(url){var window_width=600;var window_height=800;var openWindow;openWindow=window.open(url,"openWindow","resizable=no,scrollbars=yes,menubar=yes,width= "+window_width+" ,height="+window_height);openWindow.focus()};
//-------Including tooltips.js--------//
var tt_link_pattern="tt_link_";var tt_pattern="tt_";function _get_tt(tt_ref){TOOLTIP=null;if(tt_ref&&tt_ref.id){link_id=tt_ref.id;tt_id=link_id.replace(tt_link_pattern,tt_pattern);if(document.getElementById(tt_id)){tt=document.getElementById(tt_id);return tt}else{alert("No tooltip found!");return null}}}function positionKorrektur(fromwhere,val){var position=(fromwhere=="top")?val:val;return position}var TOOLTIP;function tt_show_tt(tt_ref){if(TOOLTIP!=null){return}TOOLTIP=_get_tt(tt_ref);if(TOOLTIP.style.visibility!="visible"){var ttwidth="158px";var diffLeft;var diffTop;if(brows=="ie"){diffLeft=16;diffTop=0}else{if(checkBrowserName("opera")){diffLeft=20;diffTop=-2}else{if(checkBrowserName("chrome")||checkBrowserName("safari")){diffLeft=21;diffTop=-2}else{diffLeft=20;diffTop=0}}}var xoffSet=$(tt_ref.id).cumulativeOffset()[0]+diffLeft+"px";var yoffSet=$(tt_ref.id).cumulativeOffset()[1]+diffTop+"px";$(TOOLTIP).setStyle({width:ttwidth,left:xoffSet,top:yoffSet})}if(TOOLTIP&&TOOLTIP.style.visibility!="visible"){TOOLTIP.style.visibility="visible"}}function tt_hide_tt(id){$(id).style.visibility="hidden";TOOLTIP.style.top=null;TOOLTIP=null}function shoppingcarttooltips(fromwhere){var diff=0;if(fromwhere=="left"){diff=17+4}else{diff=0}return diff};
//-------Including feedback.js--------//
function feedback_layer_show_dynamic(){var url=startpage_plain+"cgi-bin/ajax.cgi?sid="+sid+"&cmd=get_feedbacklayer";new Ajax.Updater("feedback_main_layer",url,{method:"get",evalScripts:true,insertation:Insertion.Top,onComplete:function(){feedback_layer_show(330,80);feedback_textarea_1_show();hide_textarea_feedback_2();hide_textarea_feedback_3();feedback_show_button_1()}})}function feedback_layer_show(iMessageTop,iMessageWidth){var userAgent=navigator.userAgent;var iWindowCenterVert=iMessageTop;var iWindowCenterHorz=0;document.getElementById("feedback_main_layer").style.display="inline";document.getElementById("feedback_layer").style.visibility="visible";if(userAgent.search("MSIE")!=-1&&userAgent.search("Opera")==-1){document.getElementById("feedback_layer_frame").style.visibility="hidden"}if(DOM){iWindowCenterHorz=window.innerWidth/2}else{if(IE){iWindowCenterHorz=document.body.offsetWidth/2}}iWindowCenterVert=Math.round(iWindowCenterVert);if(document.getElementById("feedback_main_layer")){document.getElementById("feedback_main_layer").style.top=iWindowCenterVert+"px";document.getElementById("feedback_main_layer").style.left=(iWindowCenterHorz-(iMessageWidth/2)).toString()+"px"}if(IE){iWindowCenterHorz=0;document.getElementById(sMessageLayerBackround).style.width=(document.body.offsetWidth-4).toString()+"px";document.getElementById(sMessageLayerBackround).style.height=(document.body.offsetHeight-0).toString()+"px";document.getElementById("feedback_layer").style.top=250+"px";document.getElementById("feedback_layer").style.left=(iWindowCenterHorz-(iMessageWidth/2)).toString()-150+"px"}else{document.getElementById(sMessageLayerBackround).style.width="100%";document.getElementById(sMessageLayerBackround).style.height="100%";document.getElementById(sMessageLayerBackround).style.position="fixed";document.getElementById("feedback_layer").style.top=250+"px";document.getElementById("feedback_layer").style.left=(iWindowCenterHorz-(iMessageWidth/2)).toString()-150+"px"}if($("MessageLayerBackround")){$("MessageLayerBackround").setStyle({display:"block",opacity:"0.7"})}}function feedback_customer_layer_show(iMessageTop,iMessageWidth){var iWindowCenterVert=iMessageTop;var iWindowCenterHorz=0;document.getElementById("feedback_customer_layer").style.visibility="visible";if(DOM){iWindowCenterHorz=window.innerWidth/2}else{if(IE){iWindowCenterHorz=document.body.offsetWidth/2}}iWindowCenterVert=Math.round(iWindowCenterVert);if(document.getElementById("feedback_main_layer")){document.getElementById("feedback_main_layer").style.top=iWindowCenterVert+"px";document.getElementById("feedback_main_layer").style.left=(iWindowCenterHorz-(iMessageWidth/2)).toString()+"px"}if(IE){document.getElementById(sMessageLayerBackround).style.width=(document.body.offsetWidth-4).toString()+"px";document.getElementById(sMessageLayerBackround).style.height=(document.body.offsetHeight-0).toString()+"px";document.getElementById("feedback_customer_layer").style.top=250+"px";document.getElementById("feedback_customer_layer").style.left=(0-(iMessageWidth/2)).toString()+"px"}else{document.getElementById(sMessageLayerBackround).style.width="100%";document.getElementById(sMessageLayerBackround).style.height="100%";document.getElementById(sMessageLayerBackround).style.position="fixed";document.getElementById("feedback_customer_layer").style.top=250+"px";document.getElementById("feedback_customer_layer").style.left=(iWindowCenterHorz-(iMessageWidth/2)).toString()+"px"}if($("MessageLayerBackround")){$("MessageLayerBackround").setStyle({display:"block",opacity:"0.7"})}}function feedback_show_button_1(){document.getElementById("feedback_button_1").style.backgroundPosition="0 -31";document.getElementById("feedback_button_2").style.backgroundPosition="-121 0";document.getElementById("feedback_button_3").style.backgroundPosition="-242 0"}function feedback_textarea_1_show(){document.getElementById("feedback_textarea_1").style.visibility="visible";document.getElementById("feedback_button_1").style.backgroundPosition="0 -31";document.getElementById("feedback_button_2").style.backgroundPosition="-121 0";document.getElementById("feedback_button_3").style.backgroundPosition="-242 0"}function hide_textarea_feedback_1(){document.getElementById("feedback_textarea_1").style.visibility="hidden"}function feedback_textarea_2_show(){document.getElementById("feedback_textarea_2").style.visibility="visible";document.getElementById("feedback_textarea_3").style.visibility="visible";document.getElementById("feedback_button_1").style.backgroundPosition="0 0";document.getElementById("feedback_button_2").style.backgroundPosition="-121 -31";document.getElementById("feedback_button_3").style.backgroundPosition="-242 0"}function hide_textarea_feedback_2(){document.getElementById("feedback_textarea_2").style.visibility="hidden";document.getElementById("feedback_textarea_3").style.visibility="hidden"}function feedback_textarea_3_show(){document.getElementById("feedback_textarea_4").style.visibility="visible";document.getElementById("feedback_button_1").style.backgroundPosition="0 0";document.getElementById("feedback_button_2").style.backgroundPosition="-121 0";document.getElementById("feedback_button_3").style.backgroundPosition="-242 -31"}function hide_textarea_feedback_3(){document.getElementById("feedback_textarea_4").style.visibility="hidden"}function sendData(feedback_textarea_1,feedback_textarea_2,feedback_textarea_3,feedback_textarea_4,feedback_alert_txt){if(document.getElementById("feedback_textarea_1").value!=feedback_textarea_1||document.getElementById("feedback_textarea_2").value!=feedback_textarea_2||document.getElementById("feedback_textarea_3").value!=feedback_textarea_3||document.getElementById("feedback_textarea_4").value!=feedback_textarea_4){feedback_customer_layer_show(230,385);hide_textarea_feedback_1();hide_textarea_feedback_2();hide_textarea_feedback_3();doSendFeedback();clearFieldButton(feedback_textarea_1,feedback_textarea_2,feedback_textarea_3,feedback_textarea_4)}else{alert(feedback_alert_txt);feedback_layer_show()}}function clearField1(oThis){if(oThis.value){oThis.value=""}document.getElementById("feedback_textarea_1").style.color="#506070";document.getElementById("feedback_textarea_2").style.color="#AAAAAA";document.getElementById("feedback_textarea_3").style.color="#AAAAAA";document.getElementById("feedback_textarea_4").style.color="#AAAAAA"}function clearField2(oThis){if(oThis.value){oThis.value=""}document.getElementById("feedback_textarea_2").style.color="#506070";document.getElementById("feedback_textarea_1").style.color="#AAAAAA";document.getElementById("feedback_textarea_3").style.color="#AAAAAA";document.getElementById("feedback_textarea_4").style.color="#AAAAAA"}function clearField3(oThis){if(oThis.value){oThis.value=""}document.getElementById("feedback_textarea_3").style.color="#506070";document.getElementById("feedback_textarea_1").style.color="#AAAAAA";document.getElementById("feedback_textarea_2").style.color="#506070";document.getElementById("feedback_textarea_4").style.color="#AAAAAA"}function clearField4(oThis){if(oThis.value){oThis.value=""}document.getElementById("feedback_textarea_4").style.color="#506070";document.getElementById("feedback_textarea_1").style.color="#AAAAAA";document.getElementById("feedback_textarea_2").style.color="#AAAAAA";document.getElementById("feedback_textarea_3").style.color="#AAAAAA"}function clearFieldCustomer(oThis){if(oThis.value){oThis.value=""}document.getElementById("contact_vorname").style.color="#506070";document.getElementById("contact_nachname").style.color="#506070";document.getElementById("contact_mail").style.color="#506070";document.getElementById("contact_telefon").style.color="#506070"}function WritingColor(oThis){document.getElementById("feedback_textarea_1").style.color="#AAAAAA";document.getElementById("feedback_textarea_2").style.color="#AAAAAA";document.getElementById("feedback_textarea_3").style.color="#AAAAAA";document.getElementById("feedback_textarea_4").style.color="#AAAAAA";markRider(oThis,"mark")}function WritingColorAll(){document.getElementById("feedback_textarea_1").style.color="#AAAAAA";document.getElementById("feedback_textarea_2").style.color="#AAAAAA";document.getElementById("feedback_textarea_3").style.color="#AAAAAA";document.getElementById("feedback_textarea_4").style.color="#AAAAAA"}function markRider(obj,status){var objekt=obj.id;var pos;if(objekt=="feedback_button_1"){pos="0 "}else{if(objekt=="feedback_button_2"){pos="-121px "}else{if(objekt=="feedback_button_3"){pos="-242px "}}}if(status=="mark"){$("feedback_button_1").setStyle({backgroundPosition:"0 0"});$("feedback_button_2").setStyle({backgroundPosition:"-121px 0"});$("feedback_button_3").setStyle({backgroundPosition:"-242px 0"});$$("#feedback_layer a.marked").each(function(item){item.removeClassName("marked")});$(objekt).setStyle({backgroundPosition:pos+"-31px"});$(objekt).addClassName("marked")}else{if(status=="on"&&!$(objekt).hasClassName("marked")){$(objekt).setStyle({backgroundPosition:pos+"-31px"})}else{if(!$(objekt).hasClassName("marked")){$(objekt).setStyle({backgroundPosition:pos+"0px"})}}}};
//-------Including tooltip_popup.js--------//
var ttAbove=false;var ttBgColor="#d3dae2";var ttBgImg="";var ttBorderColor="#ffffff";var ttBorderWidth=1;var ttDelay=500;var ttFontColor="#516274";var ttFontFace="arial,helvetica,sans-serif";var ttFontSize="11px";var ttFontWeight="normal";var ttLeft=false;var ttOffsetX=12;var ttOffsetY=0;var ttOpacity=100;var ttPadding=4;var ttShadowColor="";var ttShadowWidth=0;var ttStatic=false;var ttSticky=false;var ttTemp=0;var ttTextAlign="left";var ttTitleColor="#ffffff";var ttWidth;function setwidth(newWidth){var ttWidth_old=ttWidth;ttWidth=newWidth}function resetwidth(){ttWidth=ttWidth_old}var tt_tags=new Array("a","area","b","big","caption","center","code","dd","div","dl","dt","em","h1","h2","h3","h4","h5","h6","i","img","input","li","map","ol","p","pre","s","select","small","span","strike","strong","sub","sup","table","td","th","tr","tt","u","var","ul","layer");var tt_obj=null,tt_ifrm=null,tt_objW=0,tt_objH=0,tt_objX=0,tt_objY=0,tt_offX=0,tt_offY=0,xlim=0,ylim=0,tt_sup=false,tt_sticky=false,tt_wait=false,tt_act=false,tt_sub=false,tt_u="undefined",tt_mf=null,tt_tag=null;var tt_db=(document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body?document.body:null,tt_n=navigator.userAgent.toLowerCase(),tt_nv=navigator.appVersion;var tt_op=!!(window.opera&&document.getElementById),tt_op6=tt_op&&!document.defaultView,tt_op7=tt_op&&!tt_op6,tt_ie=tt_n.indexOf("msie")!=-1&&document.all&&tt_db&&!tt_op,tt_ie6=tt_ie&&parseFloat(tt_nv.substring(tt_nv.indexOf("MSIE")+5))>=5.5,tt_n4=(document.layers&&typeof document.classes!=tt_u),tt_n6=(!tt_op&&document.defaultView&&typeof document.defaultView.getComputedStyle!=tt_u),tt_w3c=!tt_ie&&!tt_n6&&!tt_op&&document.getElementById;function tt_Int(t_x){var t_y;return isNaN(t_y=parseInt(t_x))?0:t_y}function wzReplace(t_x,t_y){var t_ret="",t_str=this,t_xI;while((t_xI=t_str.indexOf(t_x))!=-1){t_ret+=t_str.substring(0,t_xI)+t_y;t_str=t_str.substring(t_xI+t_x.length)}return t_ret+t_str}String.prototype.wzReplace=wzReplace;function tt_N4Tags(tagtyp,t_d,t_y){t_d=t_d||document;t_y=t_y||new Array();var t_x=(tagtyp=="a")?t_d.links:t_d.layers;for(var z=t_x.length;z--;){t_y[t_y.length]=t_x[z]}for(z=t_d.layers.length;z--;){t_y=tt_N4Tags(tagtyp,t_d.layers[z].document,t_y)}return t_y}function tt_Htm(tt,t_id,txt){var t_bgc=(typeof tt.T_BGCOLOR!=tt_u)?tt.T_BGCOLOR:ttBgColor,t_bgimg=(typeof tt.T_BGIMG!=tt_u)?tt.T_BGIMG:ttBgImg,t_bc=(typeof tt.T_BORDERCOLOR!=tt_u)?tt.T_BORDERCOLOR:ttBorderColor,t_bw=(typeof tt.T_BORDERWIDTH!=tt_u)?tt.T_BORDERWIDTH:ttBorderWidth,t_ff=(typeof tt.T_FONTFACE!=tt_u)?tt.T_FONTFACE:ttFontFace,t_fc=(typeof tt.T_FONTCOLOR!=tt_u)?tt.T_FONTCOLOR:ttFontColor,t_fsz=(typeof tt.T_FONTSIZE!=tt_u)?tt.T_FONTSIZE:ttFontSize,t_fwght=(typeof tt.T_FONTWEIGHT!=tt_u)?tt.T_FONTWEIGHT:ttFontWeight,t_opa=(typeof tt.T_OPACITY!=tt_u)?tt.T_OPACITY:ttOpacity,t_padd=(typeof tt.T_PADDING!=tt_u)?tt.T_PADDING:ttPadding,t_shc=(typeof tt.T_SHADOWCOLOR!=tt_u)?tt.T_SHADOWCOLOR:(ttShadowColor||0),t_shw=(typeof tt.T_SHADOWWIDTH!=tt_u)?tt.T_SHADOWWIDTH:(ttShadowWidth||0),t_algn=(typeof tt.T_TEXTALIGN!=tt_u)?tt.T_TEXTALIGN:ttTextAlign,t_tit=(typeof tt.T_TITLE!=tt_u)?tt.T_TITLE:"",t_titc=(typeof tt.T_TITLECOLOR!=tt_u)?tt.T_TITLECOLOR:ttTitleColor,t_w=(typeof tt.T_WIDTH!=tt_u)?tt.T_WIDTH:ttWidth;if(t_shc||t_shw){t_shc=t_shc||"#cccccc";t_shw=t_shw||5}if(tt_n4&&(t_fsz=="10px"||t_fsz=="11px")){t_fsz="12px"}var t_optx=(tt_n4?"":tt_n6?("-moz-opacity:"+(t_opa/100)):tt_ie?("filter:Alpha(opacity="+t_opa+")"):("opacity:"+(t_opa/100)))+";";var t_y='<div id="'+t_id+'" style="position:absolute;z-index:1010;';t_y+="left:0px;top:0px;width:"+(t_w+t_shw)+"px;visibility:"+(tt_n4?"hide":"hidden")+";"+t_optx+'"><table border="0" cellpadding="0" cellspacing="0"'+(t_bc?(' bgcolor="'+t_bc+'" style="background:'+t_bc+';"'):"")+' width="'+t_w+'">';if(t_tit){t_y+='<tr><td style="padding-left:3px;padding-right:3px;" align="'+t_algn+'"><font color="'+t_titc+'" face="'+t_ff+'" style="color:'+t_titc+";font-family:"+t_ff+";font-size:"+t_fsz+';"><b>'+(tt_n4?"&nbsp;":"")+t_tit+"</b></font></td></tr>"}t_y+='<tr><td><table border="0" cellpadding="'+t_padd+'" cellspacing="'+t_bw+'" width="100%"><tr><td'+(t_bgc?(' bgcolor="'+t_bgc+'"'):"")+(t_bgimg?' background="'+t_bgimg+'"':"")+' style="text-align:'+t_algn+";";t_y+="padding:"+t_padd+"px;";t_y+='" align="'+t_algn+'"><font color="'+t_fc+'" face="'+t_ff+'" style="color:'+t_fc+";font-family:"+t_ff+";font-size:"+t_fsz+";font-weight:"+t_fwght+';">';if(t_fwght=="bold"){t_y+="<b>"}t_y+=txt;if(t_fwght=="bold"){t_y+="</b>"}t_y+="</font></td></tr></table></td></tr></table>";if(t_shw){var t_spct=Math.round(t_shw*1.3);if(tt_n4){t_y+='<layer bgcolor="'+t_shc+'" left="'+t_w+'" top="'+t_spct+'" width="'+t_shw+'" height="0"></layer><layer bgcolor="'+t_shc+'" left="'+t_spct+'" align="bottom" width="'+(t_w-t_spct)+'" height="'+t_shw+'"></layer>'}else{t_optx=tt_n6?"-moz-opacity:0.85;":tt_ie?"filter:Alpha(opacity=85);":"opacity:0.85;";t_y+='<div id="'+t_id+'R" style="position:absolute;background:'+t_shc+";left:"+t_w+"px;top:"+t_spct+"px;width:"+t_shw+"px;height:1px;overflow:hidden;"+t_optx+'"></div><div style="position:relative;background:'+t_shc+";left:"+t_spct+"px;top:0px;width:"+(t_w-t_spct)+"px;height:"+t_shw+"px;overflow:hidden;"+t_optx+'"></div>'}}return(t_y+"</div>"+(tt_ie6?'<iframe id="TTiEiFrM" src="javascript:false" scrolling="no" frameborder="0" style="filter:Alpha(opacity=0);position:absolute;top:0px;left:0px;display:none;"></iframe>':""))}function tt_EvX(t_e){var t_y=tt_Int(t_e.pageX||t_e.clientX||0)+tt_Int(tt_ie?tt_db.scrollLeft:0)+tt_offX;if(t_y>xlim){t_y=xlim}var t_scr=tt_Int(window.pageXOffset||(tt_db?tt_db.scrollLeft:0)||0);if(t_y<t_scr){t_y=t_scr}return t_y}function tt_EvY(t_e){var t_y=tt_Int(t_e.pageY||t_e.clientY||0)+tt_Int(tt_ie?tt_db.scrollTop:0);if(tt_sup){t_y-=(tt_objH+tt_offY-15)}else{if(t_y>ylim||!tt_sub&&t_y>ylim-24){t_y-=(tt_objH+5);tt_sub=false}else{t_y+=tt_offY;tt_sub=true}}return t_y}function tt_ReleasMov(){if(document.onmousemove==tt_Move){if(!tt_mf&&document.releaseEvents){document.releaseEvents(Event.MOUSEMOVE)}document.onmousemove=tt_mf}}function tt_ShowIfrm(t_x){if(!tt_obj||!tt_ifrm){return}if(t_x){tt_ifrm.style.width=tt_objW+"px";tt_ifrm.style.height=tt_objH+"px";tt_ifrm.style.display="block"}else{tt_ifrm.style.display="none"}}function tt_GetDiv(t_id){return(tt_n4?(document.layers[t_id]||null):tt_ie?(document.all[t_id]||null):(document.getElementById(t_id)||null))}function tt_GetDivW(){return tt_Int(tt_n4?tt_obj.clip.width:(tt_obj.style.pixelWidth||tt_obj.offsetWidth))}function tt_GetDivH(){return tt_Int(tt_n4?tt_obj.clip.height:(tt_obj.style.pixelHeight||tt_obj.offsetHeight))}function tt_SetDivZ(){var t_i=tt_obj.style||tt_obj;if(t_i){if(window.dd&&dd.z){t_i.zIndex=Math.max(dd.z+1,t_i.zIndex)}if(tt_ifrm){tt_ifrm.style.zIndex=t_i.zIndex-1}}}function tt_SetDivPos(t_x,t_y){var t_i=tt_obj.style||tt_obj;var t_px=(tt_op6||tt_n4)?"":"px";t_i.left=(tt_objX=t_x)+t_px;t_i.top=(tt_objY=t_y)+t_px;if(tt_ifrm){tt_ifrm.style.left=t_i.left;tt_ifrm.style.top=t_i.top}}function tt_ShowDiv(t_x){tt_ShowIfrm(t_x);if(tt_n4){tt_obj.visibility=t_x?"show":"hide"}else{tt_obj.style.visibility=t_x?"visible":"hidden"}tt_act=t_x}function tt_OpDeHref(t_e){var t_tag;if(t_e){t_tag=t_e.target;while(t_tag){if(t_tag.hasAttribute("href")){tt_tag=t_tag;tt_tag.t_href=tt_tag.getAttribute("href");tt_tag.removeAttribute("href");tt_tag.style.cursor="hand";tt_tag.onmousedown=tt_OpReHref;tt_tag.stats=window.status;window.status=tt_tag.t_href;break}t_tag=t_tag.parentElement}}}function tt_OpReHref(){if(tt_tag){tt_tag.setAttribute("href",tt_tag.t_href);window.status=tt_tag.stats;tt_tag=null}}function tt_Show(t_e,t_id,t_sup,t_delay,t_fix,t_left,t_offx,t_offy,t_static,t_sticky,t_temp){if(tt_obj){tt_Hide()}tt_mf=document.onmousemove||null;if(window.dd&&(window.DRAG&&tt_mf==DRAG||window.RESIZE&&tt_mf==RESIZE)){return}var t_sh,t_h;tt_obj=tt_GetDiv(t_id);if(tt_obj){t_e=t_e||window.event;tt_sub=!(tt_sup=t_sup);tt_sticky=t_sticky;tt_objW=tt_GetDivW();tt_objH=tt_GetDivH();tt_offX=t_left?-(tt_objW+t_offx):t_offx;tt_offY=t_offy;if(tt_op7){tt_OpDeHref(t_e)}if(tt_n4){if(tt_obj.document.layers.length){t_sh=tt_obj.document.layers[0];t_sh.clip.height=tt_objH-Math.round(t_sh.clip.width*1.3)}}else{t_sh=tt_GetDiv(t_id+"R");if(t_sh){t_h=tt_objH-tt_Int(t_sh.style.pixelTop||t_sh.style.top||0);if(typeof t_sh.style.pixelHeight!=tt_u){t_sh.style.pixelHeight=t_h}else{t_sh.style.height=t_h+"px"}}}xlim=tt_Int((tt_db&&tt_db.clientWidth)?tt_db.clientWidth:window.innerWidth)+tt_Int(window.pageXOffset||(tt_db?tt_db.scrollLeft:0)||0)-tt_objW-(tt_n4?21:0);ylim=tt_Int(window.innerHeight||tt_db.clientHeight)+tt_Int(window.pageYOffset||(tt_db?tt_db.scrollTop:0)||0)-tt_objH-tt_offY;tt_SetDivZ();if(t_fix){tt_SetDivPos(tt_Int((t_fix=t_fix.split(","))[0]),tt_Int(t_fix[1]))}else{tt_SetDivPos(tt_EvX(t_e),tt_EvY(t_e))}var t_txt="tt_ShowDiv('true');";if(t_sticky){t_txt+="{tt_ReleasMov();window.tt_upFunc = document.onmouseup || null;if(document.captureEvents) document.captureEvents(Event.MOUSEUP);document.onmouseup = new Function(\"window.setTimeout('tt_Hide();', 10);\");}"}else{if(t_static){t_txt+="tt_ReleasMov();"}}if(t_temp>0){t_txt+="window.tt_rtm = window.setTimeout('tt_sticky = false; tt_Hide();',"+t_temp+");"}window.tt_rdl=window.setTimeout(t_txt,t_delay);if(!t_fix){if(document.captureEvents){document.captureEvents(Event.MOUSEMOVE)}document.onmousemove=tt_Move}}}var tt_area=false;function tt_Move(t_ev){if(!tt_obj){return}if(tt_n6||tt_w3c){if(tt_wait){return}tt_wait=true;setTimeout("tt_wait = false;",5)}var t_e=t_ev||window.event;tt_SetDivPos(tt_EvX(t_e),tt_EvY(t_e));if(tt_op6){if(tt_area&&t_e.target.tagName!="AREA"){tt_Hide()}else{if(t_e.target.tagName=="AREA"){tt_area=true}}}}function tt_Hide(){if(window.tt_obj){if(window.tt_rdl){window.clearTimeout(tt_rdl)}if(!tt_sticky||!tt_act){if(window.tt_rtm){window.clearTimeout(tt_rtm)}tt_ShowDiv(false);tt_SetDivPos(-tt_objW,-tt_objH);tt_obj=null;if(typeof window.tt_upFunc!=tt_u){document.onmouseup=window.tt_upFunc}}tt_sticky=false;if(tt_op6&&tt_area){tt_area=false}tt_ReleasMov();if(tt_op7){tt_OpReHref()}}}function tt_Init(){if(!(tt_op||tt_n4||tt_n6||tt_ie||tt_w3c)){return}var htm=tt_n4?'<div style="position:absolute;"></div>':"",tags,t_tj,over,esc="return escape(";var i=tt_tags.length;while(i--){tags=tt_ie?(document.all.tags(tt_tags[i])||1):document.getElementsByTagName?(document.getElementsByTagName(tt_tags[i])||1):(!tt_n4&&tt_tags[i]=="a")?document.links:1;if(tt_n4&&(tt_tags[i]=="a"||tt_tags[i]=="layer")){tags=tt_N4Tags(tt_tags[i])}var j=tags.length;while(j--){if(typeof(t_tj=tags[j]).onmouseover=="function"&&t_tj.onmouseover.toString().indexOf(esc)!=-1&&!tt_n6||tt_n6&&(over=t_tj.getAttribute("onmouseover"))&&over.indexOf(esc)!=-1){if(over){t_tj.onmouseover=new Function(over)}var txt=unescape(t_tj.onmouseover());htm+=tt_Htm(t_tj,"tOoLtIp"+i+""+j,txt.wzReplace("& ","&"));t_tj.onmouseover=new Function("e",'tt_Show(e,"tOoLtIp'+i+""+j+'",'+((typeof t_tj.T_ABOVE!=tt_u)?t_tj.T_ABOVE:ttAbove)+","+((typeof t_tj.T_DELAY!=tt_u)?t_tj.T_DELAY:ttDelay)+","+((typeof t_tj.T_FIX!=tt_u)?'"'+t_tj.T_FIX+'"':'""')+","+((typeof t_tj.T_LEFT!=tt_u)?t_tj.T_LEFT:ttLeft)+","+((typeof t_tj.T_OFFSETX!=tt_u)?t_tj.T_OFFSETX:ttOffsetX)+","+((typeof t_tj.T_OFFSETY!=tt_u)?t_tj.T_OFFSETY:ttOffsetY)+","+((typeof t_tj.T_STATIC!=tt_u)?t_tj.T_STATIC:ttStatic)+","+((typeof t_tj.T_STICKY!=tt_u)?t_tj.T_STICKY:ttSticky)+","+((typeof t_tj.T_TEMP!=tt_u)?t_tj.T_TEMP:ttTemp)+");");t_tj.onmouseout=tt_Hide;if(t_tj.alt){t_tj.alt=""}if(t_tj.title){t_tj.title=""}}}}document.write(htm);if(document.getElementById){tt_ifrm=document.getElementById("TTiEiFrM")}}tt_Init();
//-------Including customizing.js--------//
function adjustHeight(){if(document.getElementById("ppc_right")){document.getElementById("ppc_right").style.height=document.getElementById("ppc_left").offsetHeight;if((document.getElementById("ppc_left").offsetHeight+43)>document.getElementById("ppc_teaser").offsetHeight){document.getElementById("ppc_teaser").style.height=document.getElementById("ppc_left").offsetHeight+60}}}adjustHeight();function chkDataPPC(choise){if(document.getElementById("ppc_right")){switch(choise){case"ppc_1":document.orderform.method.value="3";document.orderform.status.value="3";break;case"ppc_2":document.orderform.method.value="2";document.orderform.status.value="0";document.orderform.pg.value="upload";break;case"ppc_3":document.orderform.method.value="4";document.orderform.status.value="3";break}document.orderform.submit()}};

