function myOpenLinkInNewWindow(url){window.open(url,"_blank").focus();return false}function myChangeUrlsInFrames(url1,target1,url2,target2){frame1=eval("parent."+target1);frame2=eval("parent."+target2);frame1.location.href=url1;frame2.location.href=url2}function mySwitchLanguage(actLangDir,newLangDir){oldURL=window.location.href;actLangDir="/"+actLangDir+"/";newLangDir="/"+newLangDir+"/";posPath=oldURL.indexOf(actLangDir);newURL=oldURL.substring(0,posPath)+newLangDir+oldURL.substring(posPath+actLangDir.length,oldURL.length);window.location.href=newURL}function mySwitchTLD(actTLD,newTLD){oldURL=window.location.href;posPath=oldURL.indexOf(actTLD);newURL=oldURL.substring(0,posPath)+newTLD+oldURL.substring(posPath+actTLD.length,oldURL.length);window.location.href=newURL}function myReloadPage(withoutRequestParams){if(withoutRequestParams&&location.href.indexOf("?")>0){location.href=location.href.substring(0,location.href.indexOf("?"))}else{location.reload()}}var MYTARGET_SELF="_self";var MYTARGET_BLANK="_blank";function myJumpToURL(url,target){if(target==null||typeof(target)=="undefined"){target=MYTARGET_SELF}if(target==MYTARGET_SELF){location.href=url}else{if(target==MYTARGET_BLANK){myNewWindow(url)}}}function myGetRandomNr(start,end){return Math.floor((end-start+1)*Math.random())+start}function myGetArrayEntry(array,value,index){var returnValue=null;index=index!=null?index:0;for(var i=0;i<array.length;i++){if(array[i][index]==value){returnValue=array[i];break}}return returnValue}function myDeleteArrayEntry(array,index,indexTo){var orgArrayLen=array.length;var count;if(index<0){index=0}indexTo=indexTo!=null?indexTo:index+1;if(indexTo>array.length){indexTo=array.length}count=indexTo-index;for(var i=index;i<array.length-count;i++){array[i]=array[i+count]}array.length=array.length-count}function myInsertEntryInArrayAt(array,value,index){array.length=array.length+1;for(var i=array.length-1;i>index;i--){array[i]=array[i-1]}array[index]=value}function myAddBookmark(title,url){if(window.sidebar){window.sidebar.addPanel(title,url,"")}else{if(document.all){window.external.AddFavorite(url,title)}}}function myLeftString(str,lengthFromLeft,suffixIfTooLong){var returnValue="";if(str!=null&&str.length>0&&lengthFromLeft>=1){if(lengthFromLeft>=str.length){returnValue=str}else{returnValue=str.substring(0,lengthFromLeft);if(suffixIfTooLong!=null&&suffixIfTooLong.length>0){returnValue+=suffixIfTooLong}}}return returnValue};
var myPopupWins=new Array();var myHandlingOnFocus=false;var myDontCloseWindow=false;function myEncodeURI(uri){var returnValue=uri;returnValue=returnValue.replace("%","%25");returnValue=returnValue.replace("�","%E4");returnValue=returnValue.replace("�","%F6");returnValue=returnValue.replace("�","%FC");returnValue=returnValue.replace("�","%C4");returnValue=returnValue.replace("�","%D6");returnValue=returnValue.replace("�","%DC");returnValue=returnValue.replace("�","%E9");returnValue=returnValue.replace("�","%E8");returnValue=returnValue.replace("�","%EA");returnValue=returnValue.replace("�","%E0");returnValue=returnValue.replace("�","%E2");returnValue=returnValue.replace("�","%EE");return returnValue}function myRegisterOpenPopupWindow(popupWindowRef){var index=myGetPopupWindowIndexByName(popupWindowRef.name);if(index==-1){myPopupWins[myPopupWins.length]=popupWindowRef}}function myGetPopupWindowIndexByName(popupWindowName){var returnValue=-1;if(popupWindowName){for(var i=0;i<myPopupWins.length;i++){if(myPopupWins[i]!=null&&!myPopupWins[i].closed&&myPopupWins[i].name==popupWindowName){returnValue=i;break}}}return returnValue}function myOpenTargetWindow(url,target){window.open(url,target)}function myNewWindow(url){window.open(url,"_blank")}function myPopupWindow(url,popupName,w,h,scrollbars,resizable,dependent,marginleft,margintop,noEncodeURL,showMenu,showToolbar,doCloseIfOpen){var tmp=new Array();for(var i=0;i<myPopupWins.length;i++){if(!myPopupWins[i].closed){tmp[tmp.length]=myPopupWins[i]}}myPopupWins=tmp;var index=myGetPopupWindowIndexByName(popupName);if(myHandlingOnFocus){myDontCloseWindow=true}if(arguments.length<13){doCloseIfOpen=true}if(doCloseIfOpen&&index>=0&&!myPopupWins[index].closed&&myPopupWins[index].close){myPopupWins[index].close()}if(index==-1||doCloseIfOpen){if(noEncodeURL==null&&!noEncodeURL){url=myEncodeURI(url)}scrollbars=(scrollbars)?"1":"0";resizable=(resizable)?"1":"0";dependent=(dependent)?"yes":"no";showMenu=(showMenu)?"1":"0";showToolbar=(showToolbar)?"1":"0";if(popupName==null){popupName="myPopup"}var leftPos=(screen.availWidth)?Math.floor((screen.availWidth-w)/2):0;var topPos=(screen.availHeight)?Math.floor((screen.availHeight-h)/4):0;if(!isNaN(marginleft)&&marginleft!=0){leftPos=marginleft}if(!isNaN(margintop)&&margintop!=0){topPos=margintop}var myPopupWin=window.open(url,popupName,"toolbar="+showToolbar+",location=0,directories=0,status=0,menubar="+showMenu+",scrollbars="+scrollbars+",resizable="+resizable+",width="+w+",height="+h+",left="+leftPos+",top="+topPos+",dependent="+dependent);if(!myIsIE8()&&myPopupWin.focus){myPopupWin.focus()}if(index==-1){myPopupWins[myPopupWins.length]=myPopupWin}else{myPopupWins[index]=myPopupWin}}else{if(!myIsIE8()&&myPopupWins[index].focus){myPopupWins[index].focus()}}}function myIsIE8(){var agt=navigator.userAgent.toLowerCase();var is_ie=((agt.indexOf("msie")!=-1)&&(agt.indexOf("opera")==-1));var is_major=parseInt(navigator.appVersion);var is_minor=parseFloat(navigator.appVersion);return(is_ie&&(is_major==4)&&(agt.indexOf("msie 8.")!=-1))}function myPopupWindowIfNotOpen(url,windowName,w,h){myPopupWindow(url,windowName,w,h,0,0,false,0,0,false,false,false,false)}function myBlankWindow(url,windowName,w,h){myPopupWindow(url,windowName,w,h,1,1,false,0,0,false,true,true)}function myPopupWindowNoEncoding(url,popupName,w,h,scrollbars,resizable,dependent,marginleft,margintop){myPopupWindow(url,popupName,w,h,scrollbars,resizable,dependent,marginleft,margintop,true)}function myRealClosePopupWindow(popupName){var index=-1;myHandlingOnFocus=false;if(!myDontCloseWindow){if(popupName){index=myGetPopupWindowIndexByName(popupName)}else{if(myPopupWins.length>0&&myPopupWins[0]!=null){index=0}}if(index>=0&&myPopupWins[index]!=null){if(!myPopupWins[index].closed&&myPopupWins[index].close){if(myPopupWins[index].myRealClosePopupWindow){if(popupName){myPopupWins[index].myRealClosePopupWindow(popupName)}else{myPopupWins[index].myRealClosePopupWindow()}}myPopupWins[index].close()}var tmp=new Array();for(var i=0;i<myPopupWins.length;i++){if(i!=index){tmp[tmp.length]=myPopupWins[i]}}myPopupWins=tmp}}else{myDontCloseWindow=false}}function myRealCloseAllPopupWindows(){for(var index=0;index<myPopupWins.length;index++){if(myPopupWins[index]!=null&&!myPopupWins[index].closed&&myPopupWins[index].close){if(myPopupWins[index].myRealCloseAllPopupWindows){myPopupWins[index].myRealCloseAllPopupWindows()}myPopupWins[index].close()}}myPopupWins=new Array()}function myClosePopupWindow(popupName){if(!(typeof popupName=="undefined")){setTimeout("myRealClosePopupWindow( popupName );",500)}}function myCloseAllPopupWindows(){setTimeout("myRealCloseAllPopupWindows();",500)}function myHandleOnFocus(event){myHandlingOnFocus=true;myClosePopupWindow()}function myClosePopupOnFocus(){window.onfocus=myHandleOnFocus}function myPopupWindowAndPostFormData(url,urlForEmptyWindow,popupName,w,h,formId,normalFormAction,scrollbars,resizable){myPopupWindow(urlForEmptyWindow,popupName,w,h,scrollbars,resizable);var formObj=myGetObj(formId);if(formObj!=null){formObj.action=url;formObj.target=popupName;formObj.submit();formObj.action=normalFormAction;formObj.target="_self"}}function myReloadOpener(){opener.location.reload()}function mySubmitDefaultOpenerForm(){if(opener.document.defaultform){opener.document.defaultform.submit()}};
function myGetObj(objId,doc,domObject){var i;var ret;if(!doc){doc=document}if(domObject){if(doc.getElementById){ret=doc.getElementById(objId)}}for(i=0;!ret&&doc.forms&&i<doc.forms.length;i++){ret=myGetObj(objId,doc.forms[i])}if(!ret){if(doc.getElementById){ret=doc.getElementById(objId)}else{if(!(ret=doc[objId])&&doc.all){ret=doc.all[objId]}}for(i=0;!ret&&doc.layers&&i<doc.layers.length;i++){ret=myGetObj(objId,doc.layers[i].document)}}return ret};
var myLastSwichedLayerObjs=new MyHashMap();var useLayerBugControl=(navigator.userAgent.toLowerCase().indexOf("gecko")==-1);var mySaveActualFocusedObjCalled=false;var myActualFocusedObj=null;function mySaveActualFocusedObj(){mySaveActualFocusedObjCalled=true;var forms=document.forms;for(var i=0;i<forms.length;i++){var elements=forms[i].elements;for(var y=0;y<elements.length;y++){Event.observe(elements[y],"focus",myHandleFieldFocused)}}}function myHandleFieldFocused(evt){var target=evt.srcElement||evt.currentTarget;myActualFocusedObj=target}function mySetPosition(obj,position){if(obj!=null&&obj.style){obj.style.position=position}}function myChangeClass(obj,newClassName){if(obj&&obj.className){obj.className=newClassName}}function myAddOrRemoveClass(obj,className,doAdd){if(obj&&(doAdd||(obj.className&&className!=null&&className.length>0))){if(doAdd){var isExisting=false;if(obj.className.indexOf(className)>=0&&(obj.className.indexOf(" "+className+" ")>=0||obj.className.indexOf(className+" ")==0||obj.className.lastIndexOf(" "+className)<=(obj.className.length-(className.length+1)))){isExisting=true}if(!isExisting){obj.className=obj.className+" "+className}}else{if(obj.className.indexOf(" "+className)!=-1&&obj.className.indexOf(" "+className)==obj.className.length-className.length-1){obj.className=obj.className.substring(0,obj.className.indexOf(" "+className))}else{if(obj.className.indexOf(" "+className+" ")!=-1){obj.className=obj.className.replace(" "+className+" "," ")}else{if(obj.className.indexOf(className)!=-1&&(obj.className.length-className.length)==0){obj.className=""}}}}}}function mySwitchLayerImgSrc(imgId,newImgSrc){var imgObj=myGetObj(imgId);if(imgObj){imgObj.src=newImgSrc}}function myIsLayerVisible(layerObj){var returnValue=false;if(layerObj.style){returnValue=(layerObj.style.visibility=="visible")}else{returnValue=(layerObj.visibility=="show")}return returnValue}function myShowHideLayerObj(layerObj,show){if(layerObj.style){layerObj.style.visibility=(show)?"visible":"hidden"}else{layerObj.visibility=(show)?"show":"hide"}}function myToggleLayerVisability(layerId){var layerObj=myGetObj(layerId);if(layerObj!=null){myShowHideLayerObj(layerObj,!myIsLayerVisible(layerObj))}}function myShowLayer(layerId){var layerObj=myGetObj(layerId);if(layerObj!=null){myShowHideLayerObj(layerObj,true)}}function myHideLayer(layerId){var layerObj=myGetObj(layerId);if(layerObj!=null){myShowHideLayerObj(layerObj,false)}}function mySwitchLayer(layerId,closeLayerId,nrCloseLayers,layerGroup){var i=null;var layerObj=null;if(layerId!=null&&layerId.length>0){layerObj=myGetObj(layerId)}if(arguments.length<4||layerGroup==null||layerGroup==""){layerGroup="myStdLayerGrp"}var lastSwitchedLayerObj=myGetFromMyHashMap(myLastSwichedLayerObjs,layerGroup);if(lastSwitchedLayerObj){myShowHideLayerObj(lastSwitchedLayerObj,false);myRemoveFromMyHashMap(myLastSwichedLayerObjs,layerGroup)}else{for(i=1;i<=nrCloseLayers;i++){myShowLayer(closeLayerId+i)}}if(layerObj!=null){myShowHideLayerObj(layerObj,true);myAddToMyHashMap(myLastSwichedLayerObjs,layerGroup,layerObj)}else{if(myLastSwichedLayerObjs.size==0){for(i=1;i<=nrCloseLayers;i++){var layerObj=myGetObj(closeLayerId+i);if(layerObj){myShowHideLayerObj(layerObj,false)}}for(var i=0;i<myLastSwichedLayerObjs.size;i++){myShowHideLayerObj(myLastSwichedLayerObjs.data[i][1],false)}myLastSwichedLayerObjs=new MyHashMap()}}}function myCenterLayer(layerId,horizontal,vertical,addX,addY){var layerObj=myGetObj(layerId);var winWidth=myGetWindowWidth();var winHeight=myGetWindowHeight();if(winWidth!=null&&layerObj!=null&&layerObj.style){if(horizontal){if(typeof(addX)=="undefined"){addX=0}layerObj.style.left=((myGetRelXPos(layerObj)-myGetLeftOffset(layerObj)+Math.floor((winWidth-myGetWidth(layerObj))/2))+addX)+"px"}if(vertical){if(typeof(addY)=="undefined"){addY=0}layerObj.style.top=((myGetRelYPos(layerObj)-myGetTopOffset(layerObj)+Math.floor((winHeight-myGetHeight(layerObj))/2)+myGetActScrollY())+addY)+"px"}}}function myReposLayerByLink(layerId,linkObj,addX,addY,reposX,reposY){var layerObj=myGetObj(layerId);if(layerObj){if(typeof Element!="undefined"&&typeof Element.Methods!="undefined"){layerObj=$(layerId);Element.remove(layerId);Element.insert($(document.body),{bottom:layerObj});$(layerId).clonePosition($(linkObj),{setLeft:reposX,setTop:reposY,setWidth:false,setHeight:false});if(reposX||reposY){var viewport=$(layerId).cumulativeOffset();if(reposX){$(layerId).setStyle("left: "+(viewport.left+addX)+"px;")}if(reposY){$(layerId).setStyle("top: "+(viewport.top+addY)+"px;")}}}else{var parentObj=layerObj.parentNode;if(parentObj!=null){parentObj.removeChild(layerObj);document.body.appendChild(layerObj)}var posX=0;var posY=0;if(linkObj.offsetLeft||linkObj.offsetLeft==0){if(reposX){posX=myGetLeftOffset(linkObj);if(layerObj.style.left||layerObj.style.left==""){layerObj.style.left=(posX+addX)+"px"}else{layerObj.style.posLeft=(posX+addX)+"px"}}if(reposY){posY=myGetTopOffset(linkObj);if(layerObj.style.top||layerObj.style.top==""){layerObj.style.top=(posY+addY)+"px"}else{layerObj.style.posTop=(posY+addY)+"px"}}}else{if(linkObj.x||linkObj.x==0){if(reposX){posX=linkObj.x;layerObj.left=posX+addX}if(reposY){posY=linkObj.y;layerObj.top=posY+addY}}}}}}function myReposLayerByLinkAndDesktop(layerId,linkObj,addX,addY,reposX,reposY){var layerObj=myGetObj(layerId);if(layerObj){var posX=0;var posY=0;var winWidth=myGetWindowWidth();var winHeight=myGetWindowHeight();var layerObjHeight=myGetHeight(layerObj);var layerObjWidth=myGetWidth(layerObj);var actScrollY=myGetActScrollY();var actScrollX=myGetActScrollX();if(linkObj.offsetLeft||linkObj.offsetLeft==0){if(reposX){posX=myGetLeftOffset(linkObj);var newPosX=posX+addX;var rightWidth=(winWidth-(newPosX-actScrollX));if(rightWidth<layerObjWidth){newPosX-=(layerObjWidth-rightWidth)}if(newPosX<actScrollX){newPosX=actScrollX}if(layerObj.style.left||layerObj.style.left==""){layerObj.style.left=newPosX+"px"}else{layerObj.style.posLeft=newPosX+"px"}}if(reposY){posY=myGetTopOffset(linkObj);var newPosY=posY+addY;var bottomHeight=(winHeight-(newPosY-actScrollY));if(bottomHeight<layerObjHeight){newPosY-=(layerObjHeight-bottomHeight)}if(newPosY<actScrollY){newPosY=actScrollY}if(layerObj.style.top||layerObj.style.top==""){layerObj.style.top=newPosY+"px"}else{layerObj.style.posTop=newPosY+"px"}}}else{if(linkObj.x||linkObj.x==0){if(reposX){posX=linkObj.x;var newPosX=posX+addX;var rightWidth=(winWidth-(newPosX-actScrollX));if(rightWidth<layerObjWidth){newPosX-=(layerObjWidth-rightWidth)}if(newPosX<actScrollX){newPosX=actScrollX}layerObj.left=newPosX}if(reposY){posY=linkObj.y;var newPosY=posY+addY;var bottomHeight=(winHeight-(newPosY-actScrollY));if(bottomHeight<layerObjHeight){newPosY-=(layerObjHeight-bottomHeight)}if(newPosY<actScrollY){newPosY=actScrollY}layerObj.top=newPosY}}}}}function mySetXPos(obj,x){if(obj.style.left||obj.style.left==""){obj.style.left=x+"px"}else{if(obj.style.posLeft||obj.style.posLeft==""){obj.style.posLeft=x+"px"}else{obj.left=x}}}function mySetYPos(obj,y){if(obj.style.top||obj.style.top==""){obj.style.top=y+"px"}else{if(obj.style.posTop||obj.style.posTop==""){obj.style.posTop=y+"px"}else{obj.top=y}}}function myGetWidth(obj){var returnValue=0;if(obj&&obj.offsetWidth!=null){returnValue=obj.offsetWidth}return returnValue}function myGetHeight(obj){var returnValue=0;if(obj&&obj.offsetHeight!=null){returnValue=obj.offsetHeight}return returnValue}function myGetRelXPos(obj){var returnValue=0;if(obj){if(obj.offsetLeft!=null){returnValue+=obj.offsetLeft}else{if(obj.x){returnValue+=obj.x}}}return returnValue}function myGetRelYPos(obj){var returnValue=0;if(obj){if(obj.offsetTop!=null){returnValue+=obj.offsetTop}else{if(obj.y){returnValue+=obj.y}}}return returnValue}function myGetTopOffset(obj){var returnValue=0;var browserOk=true;if(typeof Element!="undefined"&&typeof Element.Methods!="undefined"){returnValue=Element.cumulativeOffset($(obj)).top}else{while(obj&&browserOk){if(obj.offsetTop!=null){returnValue+=obj.offsetTop;obj=obj.offsetParent}else{if(obj.y){returnValue+=obj.y}browserOk=false}}}return returnValue}function myGetLeftOffset(obj){var returnValue=0;var browserOk=true;if(typeof Element!="undefined"&&typeof Element.Methods!="undefined"){returnValue=Element.cumulativeOffset($(obj)).left}else{while(obj&&browserOk){if(obj.offsetLeft!=null){returnValue+=obj.offsetLeft;obj=obj.offsetParent}else{if(obj.x){returnValue+=obj.x}browserOk=false}}}return returnValue}function myGetWindowAvailHeight(){var returnValue=screen.availHeight?screen.availHeight:580;if(self.innerHeight){returnValue=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){returnValue=document.documentElement.clientHeight}else{if(document.body){returnValue=document.body.clientHeight}}}return returnValue}function myGetWindowAvailWidth(){var returnValue=screen.availWidth?screen.availWidth:780;if(self.innerWidth){returnValue=self.innerWidth}else{if(document.documentElement&&document.documentElement.clientWidth){returnValue=document.documentElement.clientWidth}else{if(document.body){returnValue=document.body.clientWidth}}}return returnValue}function myGetMaxHeight(maxHeight){var returnValue=myGetWindowAvailHeight();if(returnValue>maxHeight){returnValue=maxHeight}return returnValue}function myGetMaxWidth(maxWidth){var returnValue=myGetWindowAvailWidth();if(returnValue>maxWidth){returnValue=maxWidth}return returnValue}function myResizeLayerToMax(layerId,ignoreContentDimension){var layerObj=myGetObj(layerId);var height=myGetWindowAvailHeight()-myGetTopOffset(layerObj)-10;var width=myGetWindowAvailWidth()-myGetLeftOffset(layerObj)-10;if(!ignoreContentDimension){if(layerObj.scrollHeight){var resetHeight=false;if(height>layerObj.scrollHeight){height=layerObj.scrollHeight+16}else{resetHeight=true}if(width>layerObj.scrollWidth){width=layerObj.scrollWidth+16}else{width-=16;if(resetHeight){height-=16}}}}mySetWidth(layerObj,width);mySetHeight(layerObj,height)}function mySetWidth(obj,width){if(obj.style.width){width=width+"";if(width.indexOf("px")<0){width+="px"}obj.style.width=width}else{if(obj.style.posWidth){obj.style.posWidth=width}else{if(obj.width){obj.width=width}}}}function mySetHeight(obj,height){if(obj.style.height){height=height+"";if(height.indexOf("px")<0){height+="px"}obj.style.height=height}else{if(obj.style.posHeight){obj.style.posHeight=height}else{if(obj.height){obj.heigth=height}}}}function mySwitchAndReposLayer(layerId,linkObj,closeLayerId,nrCloseLayers,addX,addY,reposX,reposY,layerGroup){myHideLayerBugControls();myReposLayerByLink(layerId,linkObj,addX,addY,reposX,reposY);mySwitchLayer(layerId,closeLayerId,nrCloseLayers,layerGroup)}function mySwitchReposAndResizeLayerToMax(layerId,linkObj,closeLayerId,nrCloseLayers,addX,addY,reposX,reposY,layerGroup,ignoreContentDimension){myHideLayerBugControls();myReposLayerByLink(layerId,linkObj,addX,addY,reposX,reposY);myResizeLayerToMax(layerId,ignoreContentDimension);mySwitchLayer(layerId,closeLayerId,nrCloseLayers,layerGroup)}function writeHTMLToLayer(layerId,htmlCode){var layerObj=myGetObj(layerId);if(layerObj!=null&&layerObj.innerHTML!=null){layerObj.innerHTML=htmlCode}}function swapLayerContent(layerId1,layerId2,form){var layerObj1=myGetObj(layerId1);var layerObj2=myGetObj(layerId2);if(layerObj1!=null&&layerObj1.innerHTML!=null&&layerObj2!=null&&layerObj2.innerHTML!=null){if(form&&form!=null&&typeof(form)!="undefined"&&form.elements&&form.elements.length>0){var formFields=new MyHashMap();for(var i=0;i<form.elements.length;i++){var fieldId=form.elements[i].id;if(myGetFromMyHashMap(formFields,fieldId)==null){var fieldType=form.elements[i].type;var fieldValue=null;if(fieldType=="text"||fieldType=="textarea"||fieldType=="password"){fieldValue=form.elements[i].value}else{if(fieldType=="checkbox"||fieldType=="radio"){fieldValue=form.elements[i].checked}else{if(fieldType=="select-one"){fieldValue=myGetSelectValue(form.elements[i])}else{if(fieldType=="select-multiple"){fieldValue=myGetSelectValues(form.elements[i])}}}}myAddToMyHashMap(formFields,fieldId,fieldValue)}}}var holdHTML=layerObj1.innerHTML;layerObj1.innerHTML=layerObj2.innerHTML;layerObj2.innerHTML=holdHTML;if(form&&form!=null&&typeof(form)!="undefined"&&form.elements&&form.elements.length>0){for(var i=0;i<form.elements.length;i++){var fieldId=form.elements[i].id;var fieldValue=myGetFromMyHashMap(formFields,fieldId);if(fieldValue!=null){var fieldType=form.elements[i].type;if(fieldType=="text"||fieldType=="textarea"||fieldType=="password"){form.elements[i].value=fieldValue}else{if(fieldType=="checkbox"||fieldType=="radio"){form.elements[i].checked=fieldValue}else{if(fieldType=="select-one"){mySelectValueIfInSelect(form.elements[i],fieldValue)}else{if(fieldType=="select-multiple"){mySelectValues(form.elements[i],fieldValue)}}}}}}}}}function MyHashMap(){this.size=0;this.data=new Array()}function myAddToMyHashMap(hashMap,key,value){if(hashMap!=null){myRemoveFromMyHashMap(hashMap,key);hashMap.size++;hashMap.data[hashMap.data.length]=new Array(key,value)}}function myRemoveFromMyHashMap(hashMap,key){var entryFound=false;if(hashMap!=null){for(var i=0;i<hashMap.size;i++){if(entryFound){hashMap.data[i-1]=hashMap.data[i]}else{if(hashMap.data[i][0]==key){entryFound=true}}}if(entryFound){hashMap.data.length=hashMap.data.length-1;hashMap.size--}}}function myGetFromMyHashMap(hashMap,key){var returnValue=null;if(hashMap!=null){for(var i=0;i<hashMap.size;i++){if(hashMap.data[i][0]==key){returnValue=hashMap.data[i][1];break}}}return returnValue}function myMakeImgArray(n){this.length=n;for(var i=0;i<n;i++){this[i]=new Image()}return this}var myActiveRolloverImg=-1;function myHandleImgRollover(imgArrayNorm,imgArrayMOver,indexOfImg,baseIdOfImg){if(indexOfImg>=0&&indexOfImg<imgArrayNorm.length&&indexOfImg!=myActiveRolloverImg){mySetActiveImgToNorm(imgArrayNorm,imgArrayMOver,baseIdOfImg);var imgObj=myGetObj(baseIdOfImg+indexOfImg);if(imgObj){imgObj.srv=imgArrayMOver[indexOfImg].src}myActiveRolloverImg=indexOfImg}}function myHandleImgRollout(imgArrayNorm,imgArrayMOver,indexOfImg,baseIdOfImg){if(indexOfImg>=0&&indexOfImg<imgArrayNorm.length){var imgObj=myGetObj(baseIdOfImg+indexOfImg);if(imgObj){imgObj.srv=imgArrayNorm[indexOfImg].src}if(myActiveRolloverImg==indexOfImg){myActiveRolloverImg=-1}}}function mySetActiveImgToNorm(imgArrayNorm,imgArrayMOver,baseIdOfImg){if(myActiveRolloverImg!=-1){myHandleImgRollout(imgArrayNorm,imgArrayMOver,myActiveRolloverImg,baseIdOfImg)}}var myLayerBugObjs=new Array();var myHiddenElements=new MyHashMap();function myAddFieldToLayerBugObjs(objId){myLayerBugObjs[myLayerBugObjs.length]=objId}function myHideLayerBugControls(){if(useLayerBugControl){for(var i=0;i<myLayerBugObjs.length;i++){myHideLayer(myLayerBugObjs[i])}}}function myShowLayerBugControls(){if(useLayerBugControl){for(var i=0;i<myLayerBugObjs.length;i++){myShowLayer(myLayerBugObjs[i])}}}function myHideLayerBugControlsInForm(form){myShowHideLayerBugControlsInForm(form,false)}function myShowLayerBugControlsInForm(form){myShowHideLayerBugControlsInForm(form,true)}function myShowHideLayerBugControlsInForm(form,show){if(form!=null&&useLayerBugControl){var oldActualFocusedObj=myActualFocusedObj;for(var i=0;i<form.elements.length;i++){if(form.elements[i].type=="select-one"||form.elements[i].type=="select-multiple"){if(mySaveActualFocusedObjCalled){try{if(!show){if(!myIsLayerVisible(form.elements[i])){continue}else{form.elements[i].focus()}}if((!show)||(show&&myGetFromMyHashMap(myHiddenElements,form.elements[i].id)!=null)){myShowHideLayerObj(form.elements[i],show);if(!show){myAddToMyHashMap(myHiddenElements,form.elements[i].id,form.elements[i])}else{myRemoveFromMyHashMap(myHiddenElements,form.elements[i].id)}}}catch(e){}}else{myShowHideLayerObj(form.elements[i],show)}}}if(oldActualFocusedObj!=null){try{oldActualFocusedObj.focus()}catch(e){}}}}function myGetActScrollY(){var returnValue=0;if(window.pageYOffset){returnValue=window.pageYOffset}else{if(document.documentElement&&document.documentElement.scrollTop){returnValue=document.documentElement.scrollTop}else{if(document.body&&document.body.scrollTop){returnValue=document.body.scrollTop}}}return returnValue}function myGetActScrollX(){var returnValue=0;if(window.pageXOffset){returnValue=window.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollLeft){returnValue=document.documentElement.scrollLeft}else{if(document.body&&document.body.scrollLeft){returnValue=document.body.scrollLeft}}}return returnValue}function myGetWindowWidth(){var returnValue=0;if(window.innerWidth){returnValue=window.innerWidth}else{if(document.documentElement&&document.documentElement.clientWidth){returnValue=document.documentElement.clientWidth}else{if(document.body&&document.body.clientWidth){returnValue=document.body.clientWidth}}}return returnValue}function myGetWindowHeight(){var returnValue=0;if(window.innerHeight){returnValue=window.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){returnValue=document.documentElement.clientHeight}else{if(document.body&&document.body.clientHeight){returnValue=document.body.clientHeight}}}return returnValue};
function myDisableControl(control){myDisableEnableControl(control,true)}function myEnableControl(control){myDisableEnableControl(control,false)}function myDisableEnableControl(control,disable){control.disabled=disable}function myIsEnabled(control){return !control.disabled}function myInsertOptionInSelectAt(select,option,index){for(var i=select.options.length;i>index;i--){select.options[i]=new Option(select.options[i-1].text,select.options[i-1].value);select.options[i].disabled=select.options[i-1].disabled;select.options[i].className=select.options[i-1].className;select.options[i].selected=select.options[i-1].selected;select.options[i].id=select.options[i-1].id;select.options[i].name=select.options[i-1].name}select.options[index]=option}function myDeleteOptionInSelectAt(select,index){var oldLength=select.options.length;for(var i=index;i<select.options.length-1;i++){select.options[i]=new Option(select.options[i+1].text,select.options[i+1].value);select.options[i].disabled=select.options[i+1].disabled;select.options[i].className=select.options[i+1].className;select.options[i].selected=select.options[i+1].selected;select.options[i].id=select.options[i+1].id;select.options[i].name=select.options[i+1].name}select.options.length=oldLength-1}function myDeleteOptionInSelect(select){if(myIsOneSelected(select)){returnValue=select.options[select.options.selectedIndex]=null}}function myAddOptionInSelect(select,option,disableOption){if(arguments&&arguments.length<3){disableOption=false}if(disableOption){option.disabled=true;option.className="myAdminDisabled"}select.options[select.options.length]=option}function myAddOptionInSelectIfNotExistInOtherSelects(select,otherSelects,option,disableOption){if(arguments&&arguments.length<4){disableOption=false}if(disableOption){option.disabled=true}var notExist=true;for(var i=0;i<otherSelects.length;i++){var otherSelect=otherSelects[i];for(var i=0;i<otherSelect.options.length;i++){if(otherSelect.options[i].value==option.value){notExist=false;break}}if(!notExist){break}}if(notExist){select.options[select.options.length]=option}}function myIsOneSelected(select){return(myGetSelectedIndex(select)>=0)}function myGetSelectedIndex(select){if(select){return select.options.selectedIndex}else{return null}}function mySelectValueIfInSelect(select,value){var returnValue=false;for(var i=0;i<select.options.length;i++){if(select.options[i].value==value){select.options[i].selected=true;returnValue=true;break}}return returnValue}function myGetSelectTextIfValueInSelect(select,value,defaultValue){var returnValue=defaultValue!=null?defaultValue:null;for(var i=0;i<select.options.length;i++){if(select.options[i].value==value){select.options.selectedIndex=i;returnValue=select.options[i].text;break}}return returnValue}function myGetOptionIndex(select,value){var returnValue=-1;for(var i=0;i<select.options.length;i++){if(select.options[i].value==value){returnValue=i;break}}return returnValue}function myDisableAllOptionsInSelect(select){for(var i=0;i<select.options.length;i++){select.options[i].disabled=true}}function myEnableAllOptionsInSelect(select){for(var i=0;i<select.options.length;i++){select.options[i].disabled=false}}function myGetSelectValue(select,defaultValue){var returnValue=defaultValue!=null?defaultValue:null;if(select){if(myIsOneSelected(select)){returnValue=select.options[select.options.selectedIndex].value}}return returnValue}function myGetSelectValues(select){var returnValue=new Array();if(myIsOneSelected(select)){for(var i=0;i<select.options.length;i++){if(select.options[i].selected){returnValue[returnValue.length]=select.options[i].value}}}return returnValue}function myGetValueForIndex(select,index){var returnValue="";if(select.options.length>index){returnValue=select.options[index].value}return returnValue}function myGetTextForIndex(select,index){var returnValue="";if(select.options.length>index){returnValue=select.options[index].text}return returnValue}function mySelectAllValues(select){for(var i=0;i<select.options.length;i++){select.options[i].selected=true}}function mySelectValues(select,values){for(var i=0;i<values.length;i++){mySelectValueIfInSelect(select,values[i])}}function myDeselectAllValues(select){for(var i=0;i<select.options.length;i++){select.options[i].selected=false}}function mySwitchSelectedOptions(selectSrc,selectDest,switchAll){mySwitchSelectedOptionsAndSort(selectSrc,selectDest,switchAll,null)}function mySwitchSelectedOptionsAndSort(selectSrc,selectDest,switchAll,orderAsc){var indexesToDelete=new Array();for(var i=0;i<selectSrc.options.length;i++){if(switchAll||selectSrc.options[i].selected){if(switchAll){myAddOptionInSelect(selectDest,new Option(selectSrc.options[i].text,selectSrc.options[i].value))}else{myAddOptionInSelect(selectDest,new Option(selectSrc.options[i].text,selectSrc.options[i].value));indexesToDelete[indexesToDelete.length]=i-indexesToDelete.length}}}if(switchAll){selectSrc.options.length=0}else{for(var i=0;i<indexesToDelete.length;i++){myDeleteOptionInSelectAt(selectSrc,indexesToDelete[i])}}if(orderAsc!=null&&typeof(orderAsc)!="undefined"){mySortSelectBoxByName(selectSrc,orderAsc);mySortSelectBoxByName(selectDest,orderAsc)}}function mySwitchSelectOption(selectSrc,selectDest,optionValue){var indexesToDelete=new Array();var index=myGetOptionIndex(selectSrc,optionValue);var returnValue=false;if(index>=0){myAddOptionInSelect(selectDest,new Option(selectSrc.options[index].text,selectSrc.options[index].value));myDeleteOptionInSelectAt(selectSrc,index);returnValue=true}return returnValue}function myGetSelectText(select,defaultValue){var returnValue=defaultValue!=null?defaultValue:null;if(myIsOneSelected(select)){returnValue=select.options[select.options.selectedIndex].text}return returnValue}function myGetSelectOption(select){var returnValue=null;if(myIsOneSelected(select)){returnValue=select.options[select.options.selectedIndex]}return returnValue}function myClearSelectionsInSelect(select){if(select&&select.options&&select.options.length){for(var i=select.options.length-1;i>=0;i--){select.options[i].selected=false}}}function myClearOptionsInSelect(select){if(select.options.length){for(var i=select.options.length-1;i>=0;i--){select.options[i]=null}}}function myClearSelectedOptionsInSelect(select){if(select.options.length){for(var i=select.options.length-1;i>=0;i--){if(select.options[i].selected){select.options[i]=null}}}}function myMoveSelectedOptionsUp(select){var selectedIndex=new Array();var dontMove=false;for(var i=0;i<select.options.length;i++){if(select.options[i].selected){if(i==0&&i-1<0){dontMove=true;break}selectedIndex[selectedIndex.length]=i}}if(dontMove==false){myClearSelectionsInSelect(select);for(var i=0;i<selectedIndex.length;i++){myMoveOption(select,selectedIndex[i],-1);select.options[selectedIndex[i]-1].selected=true}}}function myMoveSelectedOptionsDown(select){var selectedIndex=new Array();var dontMove=false;for(var i=select.options.length-1;i>=0;i--){if(select.options[i].selected){if(i==select.length-1&&i+1>select.length-1){dontMove=true;break}selectedIndex[selectedIndex.length]=i}}if(dontMove==false){myClearSelectionsInSelect(select);for(var i=0;i<selectedIndex.length;i++){myMoveOption(select,selectedIndex[i],+1);select.options[selectedIndex[i]+1].selected=true}}}function myMoveOptionUp(select,index){myClearSelectionsInSelect(select);myMoveOption(select,index,-1)}function myMoveOptionDown(select,index){myClearSelectionsInSelect(select);myMoveOption(select,index,+1)}function myMoveOption(select,index,moveIndex){if((moveIndex>0&&select.options.length>1&&index+moveIndex<select.options.length)||(moveIndex<0&&select.options.length>1&&index>0&&index+moveIndex>=0)){var moveText=select.options[index+moveIndex].text;var moveValue=select.options[index+moveIndex].value;select.options[index+moveIndex].text=select.options[index].text;select.options[index+moveIndex].value=select.options[index].value;select.options[index].text=moveText;select.options[index].value=moveValue}}function mySortAsc(select1,select2){var returnValue=0;var text1=select1.text.toLowerCase();var text2=select2.text.toLowerCase();if(text1>text2){returnValue=1}else{if(text1<text2){returnValue=-1}}return returnValue}function mySortDesc(select1,select2){var text1=select1.text.toLowerCase();var text2=select2.text.toLowerCase();if(text1>text2){returnValue=-1}else{if(text1<text2){returnValue=1}}return returnValue}function mySortSelectBoxByName(select,orderAsc){if(typeof(orderAsc)=="undefined"||orderAsc==null){orderAsc=true}var options=new Array;for(var i=0;i<select.options.length;i++){options[i]=new Object();options[i].text=select.options[i].text;options[i].value=select.options[i].value}if(orderAsc){options.sort(mySortAsc)}else{options.sort(mySortDesc)}select.options.length=0;for(var i=0;i<options.length;i++){myAddOptionInSelect(select,new Option(options[i].text,options[i].value))}}function myIsChecked(checkbox){return checkbox.checked}function myGetRadioValue(radio){var returnValue=null;if(radio.checked){returnValue=radio.value}else{if(radio.length!=null){for(var i=0;i<radio.length;i++){if(radio[i].checked){returnValue=radio[i].value;break}}}}return returnValue}function mySelectRadioValue(radio,value){var returnValue=null;if(radio.value!=null){if(radio.value==value){radio.checked=true}}else{if(radio.length!=null){for(var i=0;i<radio.length;i++){if(radio[i].value==value){radio[i].checked=true;break}}}}return returnValue}function myFormatNumber(number,numberOfDecimalPlaces,minNumberOfIntegerDigits,withGroupingSep,groupingSepChar,decimalSepChar){var returnValue=Number(number);if(typeof(numberOfDecimalPlaces)=="undefined"||Number(numberOfDecimalPlaces)<0){numberOfDeciamlPlaces=0}if(typeof(minNumberOfIntegerDigits)=="undefined"||Number(minNumberOfIntegerDigits)<=0){minNumberOfIntegerDigits=1}if(typeof(withGroupingSep)=="undefined"||typeof(withGroupingSep)!="boolean"){withGroupingSep=false}if(typeof(groupingSepChar)=="undefined"){groupingSepChar="'"}if(typeof(decimalSepChar)=="undefined"){decimalSepChar="."}var roundFactor=1;for(var i=0;i<Number(numberOfDecimalPlaces);i++){roundFactor=roundFactor*10}returnValue=String((Math.round(returnValue*roundFactor)/roundFactor));if(numberOfDecimalPlaces>0&&returnValue.indexOf(".")==-1){returnValue+="."}if((returnValue.length-(returnValue.indexOf(".")+1))<numberOfDecimalPlaces){var numberOfDecimalDigitsToAdd=numberOfDecimalPlaces-(returnValue.length-(returnValue.indexOf(".")+1));for(var i=0;i<numberOfDecimalDigitsToAdd;i++){returnValue+=0}}if(numberOfDecimalPlaces>0&&returnValue.indexOf(".")<minNumberOfIntegerDigits){var addDigits="";for(var i=0;i<(minNumberOfIntegerDigits-returnValue.indexOf("."));i++){addDigits+="0"}returnValue=addDigits+returnValue}var counter=1;var startIndex=returnValue.length-1;if(returnValue.indexOf(".")>=0){startIndex=returnValue.indexOf(".")-1}var endIndex=returnValue.search(/\d/);for(var i=startIndex;i>=endIndex;i--){if(withGroupingSep&&(i>endIndex)&&(counter%3==0)){var first=returnValue.substring(0,i);var last=returnValue.substring(i,returnValue.length);returnValue=first+"'"+last}counter++}returnValue=returnValue.replace("'","#");returnValue=returnValue.replace(".","@");returnValue=returnValue.replace("#",groupingSepChar);returnValue=returnValue.replace("@",decimalSepChar);return returnValue}function myGetQueryStringForFormData(formId){var returnValue="";var formObj=myGetObj(formId);var useEncode=false;if(formObj.elements){if(window.encodeURI){useEncode=true}for(var i=0;i<formObj.elements.length;i++){if(i>0){returnValue+="&"}if(useEncode){if(formObj.elements[i].id){returnValue+=formObj.elements[i].id+"="+encodeURI(formObj.elements[i].value)}else{returnValue+=formObj.elements[i].name+"="+encodeURI(formObj.elements[i].value)}}else{if(formObj.elements[i].id){returnValue+=formObj.elements[i].id+"="+formObj.elements[i].value}else{returnValue+=formObj.elements[i].name+"="+formObj.elements[i].value}}}}return returnValue}function myInsertHiddenFieldsForFormData(formObj){for(var i=0;i<formObj.elements.length;i++){if(formObj.elements[i].id){document.write('<input type="hidden" id="'+formObj.elements[i].id+'" value="'+formObj.elements[i].value+'" />')}else{document.write('<input type="hidden" id="'+formObj.elements[i].name+'" value="'+formObj.elements[i].value+'" />')}}}function myInsertOptionsFromArrayInSelect(select,optionArray,selectedValue,validValues){for(var i=0;i<optionArray.length;i++){if(optionArray[i]!=null){var isValid=true;if(validValues!=null){isValid=myContainsValue(validValues,optionArray[i][1])}if(isValid){select.options[select.options.length]=new Option(optionArray[i][0],optionArray[i][1]);if(optionArray[i][1]==selectedValue){select.options.selectedIndex=select.options.length-1}}}}}function myGetSelectedOptionTextFromArray(optionArray,selectedValue){var returnValue="";for(var i=0;i<optionArray.length;i++){if(optionArray[i][1]==selectedValue){returnValue=optionArray[i][0];break}}return returnValue}function myGetIntersection(array1,array2,array3,array4,array5,array6){var returnValue=new Array();for(var i=0;i<array1.length;i++){value=array1[i];if((array2==null||myContainsValue(array2,value))&&(array3==null||myContainsValue(array3,value))&&(array4==null||myContainsValue(array4,value))&&(array5==null||myContainsValue(array5,value))&&(array6==null||myContainsValue(array6,value))){returnValue[returnValue.length]=value}}return returnValue}function myGetUnion(array1,array2){var returnValue=new Array();for(var i=0;i<array1.length;i++){returnValue[returnValue.length]=array1[i]}for(var i=0;i<array2.length;i++){if(!myContainsValue(returnValue,array2[i])){returnValue[returnValue.length]=array2[i]}}return returnValue}function myContainsValue(array,value,subArrIndex){return(myGetIndexOfValue(array,value,subArrIndex)>=0)}function myRemoveValue(array,value,subArrIndex){var index=myGetIndexOfValue(array,value,subArrIndex);return myRemoveIndex(array,index)}function myRemoveIndex(array,index){var returnValue=new Array();for(var i=0;i<array.length;i++){if(i!=index){returnValue[returnValue.length]=array[i]}}return returnValue}function myGetIndexOfValue(array,value,subArrIndex){var returnValue=-1;for(var i=0;i<array.length;i++){if(subArrIndex!=null){if(array[i][subArrIndex]==value){returnValue=i;break}}else{if(array[i]==value){returnValue=i;break}}}return returnValue}function myCheckSelectionDepencies(selectIdArray,valueArrays,depencyArrays,nonSelValueArray,excludeBlockers){var selValues=new Array(selectIdArray.length);var selectObjs=new Array(selectIdArray.length);for(var i=0;i<selectIdArray.length;i++){selectObjs[i]=myGetObj(selectIdArray[i]);selValues[i]=myGetSelectValue(selectObjs[i],nonSelValueArray[i])}for(var i=0;i<selectIdArray.length;i++){var validValues=null;var validValuesExcludingBlockers=null;for(var h=0;h<selectIdArray.length;h++){if(h==i){continue}var selValue=myGetSelectValue(selectObjs[h],nonSelValueArray[h]);if(selValue!=nonSelValueArray[h]){var index=myGetIndexOfValue(depencyArrays[i][h],selValue,0);if(index>=0){tmpValidValues=depencyArrays[i][h][index][1];if(validValues==null){validValues=tmpValidValues}else{validValues=myGetIntersection(validValues,tmpValidValues)}}else{validValues=new Array()}}else{if(excludeBlockers){var valuesInOtherBox=null;for(j=0;j<valueArrays[i].length;j++){if(valueArrays[i][j][1]!=nonSelValueArray[i]){var valuesInOtherBox=null;var index=myGetIndexOfValue(depencyArrays[h][i],valueArrays[i][j][1],0);if(index>=0){valuesInOtherBox=depencyArrays[h][i][index][1]}if(valuesInOtherBox==null||valuesInOtherBox.length==0){if(validValuesExcludingBlockers==null){validValuesExcludingBlockers=new Array();for(var k=0;k<valueArrays[i].length;k++){validValuesExcludingBlockers[validValuesExcludingBlockers.length]=valueArrays[i][k][1]}}validValuesExcludingBlockers=myRemoveValue(validValuesExcludingBlockers,valueArrays[i][j][1])}}}}}}if(validValues!=null){validValues[validValues.length]=nonSelValueArray[i];if(excludeBlockers){validValues=myGetIntersection(validValues,validValuesExcludingBlockers)}}else{if(excludeBlockers){validValues=validValuesExcludingBlockers}}myClearOptionsInSelect(selectObjs[i]);myInsertOptionsFromArrayInSelect(selectObjs[i],valueArrays[i],selValues[i],validValues)}}function myGetHoursForHourMinuteField(formattedTimeField,msgOnFormatError){var returnValue=myGetMinutesForHourMinuteFormat(formattedTimeField.value,msgOnFormatError);if(returnValue>0){formattedTimeField.value=myGetHourMinuteFormatForMinutes(returnValue)}returnValue=returnValue/60;return returnValue}function myGetMinutesForHourMinuteFormat(formattedTime,msgOnFormatError){var returnValue=0;if(formattedTime!=""){if(formattedTime.indexOf(".")>0){formattedTime=formattedTime.replace(".",":")}if(formattedTime.indexOf(":")==-1){formattedTime=formattedTime+":00"}if(formattedTime.indexOf(":")>0){if(formattedTime.indexOf(":")<(formattedTime.length-1)){returnValue=parseFloat(formattedTime.substring(0,formattedTime.indexOf(":")))*60+(parseFloat(formattedTime.substring(formattedTime.indexOf(":")+1,formattedTime.length)));if(isNaN(returnValue)){if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}returnValue=0}}else{if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}}}else{if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}}}return returnValue}function myGetSecondsForHourMinuteSecondFormat(formattedTime,msgOnFormatError){var returnValue=0;if(formattedTime!=""){while(formattedTime.indexOf(".")>0){formattedTime=formattedTime.replace(".",":")}if(formattedTime.indexOf(":")==-1){formattedTime=formattedTime+":00"}if(formattedTime.substr(formattedTime.indexOf(":")+1,formattedTime.length).indexOf(":")==-1){formattedTime=formattedTime+":00"}if(formattedTime.indexOf(":")>0){if(formattedTime.indexOf(":")<(formattedTime.length-1)){returnValue=(parseFloat(formattedTime.substring(0,formattedTime.indexOf(":")))*3600)+(parseFloat(formattedTime.substring(formattedTime.indexOf(":")+1,formattedTime.lastIndexOf(":")))*60)+(parseFloat(formattedTime.substring(formattedTime.lastIndexOf(":")+1,formattedTime.length)));if(isNaN(returnValue)){if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}returnValue=0}}else{if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}}}else{if(msgOnFormatError!=null&&msgOnFormatError.length>0){alert(msgOnFormatError)}}}return returnValue}function myGetHoursForHourMinuteFormat(formattedTime,msgOnFormatError){return(1*myGetMinutesForHourMinuteFormat(formattedTime,msgOnFormatError)/60)}function myAddIntegerDigits(number,minNrOfDigits){var returnValue=number;var compareValue=10;var addPart="";for(var i=2;i<=minNrOfDigits;i++){if(number<compareValue){addPart+="0"}compareValue=compareValue*10}returnValue=""+addPart+number;return returnValue}function myGetHourMinuteFormatForHours(hours){return myGetHourMinuteFormatForMinutes(hours*60)}function myGetHourMinuteFormatForMinutes(minutes){var returnValue;var absMinutes=Math.abs(Math.round(minutes));var hours=Math.floor(absMinutes/60);var mins=Math.floor(absMinutes-(hours*60));if(mins>=60){mins-=60;hours+=1}returnValue=""+hours+":"+myAddIntegerDigits(mins,2);if(minutes<0){returnValue="-"+returnValue}return returnValue}function myGetHourMinuteSecondFormatForSeconds(seconds){var returnValue;var absSeconds=Math.abs(Math.round(seconds));var hours=Math.floor(absSeconds/3600);var mins=Math.floor(((absSeconds-(hours*3600))/60));var secs=Math.floor((absSeconds-(hours*3600))-(mins*60));if(secs>=60){secs-=60;mins+=1}if(mins>=60){mins-=60;hours+=1}returnValue=""+hours+":"+myAddIntegerDigits(mins,2)+":"+myAddIntegerDigits(secs,2);if(seconds<0){returnValue="-"+returnValue}return returnValue}function myAddDayToDate(actDate){var time=actDate.getTime();actDate.setTime(time+60000*60*24);return actDate}function myCreateDateObj(dateAsString){var day=0;var month=0;var year=0;var returnValue=null;if(dateAsString.indexOf(".")>0){day=parseFloat(dateAsString.substring(0,dateAsString.indexOf(".")));var tmpStr=dateAsString.substring(dateAsString.indexOf(".")+1,dateAsString.length);if(tmpStr.indexOf(".")>0){month=parseFloat(tmpStr.substring(0,tmpStr.indexOf(".")));tmpStr=tmpStr.substring(tmpStr.indexOf(".")+1,tmpStr.length);if(tmpStr.indexOf(" ")>0){year=parseInt(tmpStr.substring(0,tmpStr.indexOf(" ")))}else{if(tmpStr.length<=4){year=parseInt(tmpStr)}}}if(year>0){if(day<1){day=1}else{if(day>31){day=31}}returnValue=new Date();returnValue.setYear(year);returnValue.setMonth(month-1);returnValue.setDate(day);while((returnValue.getMonth()+1)!=month){returnValue.setDate(day--);returnValue.setMonth(month-1)}}}return returnValue}function myJumpToSelectValueURL(select,noJumpValue,target){var url=myGetSelectValue(select,null);if(url!=null&&url!=noJumpValue){myJumpToURL(url,target)}}function myEnableDisableUsedOptions(selects,ignoredValue){var selectedValues=new Array();var i;for(i=0;i<selects.length;i++){var value=myGetSelectValue(selects[i],ignoredValue);if(value!=ignoredValue){selectedValues[selectedValues.length]=value}}for(i=0;i<selects.length;i++){if(selects[i]){for(var h=0;h<selects[i].options.length;h++){var usedInOtherBox=false;if(h!=myGetSelectedIndex(selects[i])){for(var j=0;j<selectedValues.length;j++){if(selects[i].options[h].value==selectedValues[j]){usedInOtherBox=true;break}}}selects[i].options[h].disabled=usedInOtherBox}}}}function myCheckMaxChars(field,maxChars){var returnValue=maxChars-field.value.length;if(returnValue<0){field.value=field.value.substring(0,maxChars);returnValue=0}return returnValue}function myIsEmail(email){var reg=new RegExp("^([a-zA-Z0-9\\-\\.\\_]+)[@][\\S\\-]{1,}([.]([\\S\\-]{1,})){1,3}$");return reg.test(email)};
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
Cufon.registerFont({w:86,face:{"font-family":"DIN Schrift LT","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0",ascent:"288",descent:"-72",bbox:"-59 -338 360 90","underline-thickness":"18","underline-position":"-36",stemh:"37",stemv:"37","unicode-range":"U+0020-U+FB02"},glyphs:{" ":{},"!":{d:"37,-63r-14,-193r46,0r-14,193r-18,0xm28,0r0,-37r37,0r0,37r-37,0",w:92},'"':{d:"22,-193r0,-63r28,0r0,63r-28,0xm69,-193r0,-63r29,0r0,63r-29,0",w:119},"#":{d:"100,-102r8,-52r-35,0r-8,52r35,0xm86,0r12,-78r-36,0r-11,78r-28,0r11,-78r-33,0r0,-24r36,0r8,-52r-33,0r0,-24r35,0r11,-78r28,0r-11,78r36,0r11,-78r28,0r-11,78r33,0r0,24r-36,0r-8,52r33,0r0,24r-35,0r-12,78r-28,0",w:172},"$":{d:"3,-32r25,-27v12,14,26,25,49,27r0,-81v-89,-10,-79,-140,0,-145r0,-26r18,0r0,26v24,0,42,8,61,24r-21,27v-11,-10,-26,-16,-40,-17r0,77v92,11,83,141,0,149r0,39r-18,0r0,-39v-27,0,-55,-15,-74,-34xm77,-152r0,-72v-14,2,-26,14,-26,39v0,17,6,27,26,33xm95,-108r0,76v38,-7,44,-69,0,-76",w:172},"%":{d:"135,-73v-16,-1,-14,20,-14,37v0,12,5,18,14,18v15,1,13,-21,13,-37v0,-12,-4,-18,-13,-18xm135,2v-26,3,-36,-26,-34,-60v3,-47,67,-50,67,0v0,33,-7,63,-33,60xm52,-163v-26,0,-34,-26,-34,-60v0,-25,17,-35,34,-35v26,0,34,26,34,60v0,25,-17,35,-34,35xm52,-238v-15,-1,-13,21,-13,37v0,12,4,18,13,18v16,1,14,-20,14,-37v0,-12,-5,-18,-14,-18xm21,0r121,-256r24,0r-121,256r-24,0",w:186},"&":{d:"99,-226v-33,0,-30,40,-6,57v24,-9,32,-20,32,-33v0,-13,-12,-24,-26,-24xm190,0r-23,-26v-21,16,-45,28,-72,28v-90,0,-109,-121,-32,-154v-37,-35,-23,-107,36,-106v67,1,81,94,15,115r55,66v10,-13,17,-28,22,-43r33,13v-8,19,-20,41,-34,56r44,51r-44,0xm145,-53r-61,-74v-56,22,-46,94,10,97v16,0,34,-7,51,-23",w:233},"\u2019":{d:"25,-193r0,-63r37,0r0,36"},"(":{d:"93,37r-15,0v-75,-88,-75,-206,0,-293r15,0v-46,89,-46,204,0,293",w:100},")":{d:"7,-256r15,0v75,87,75,205,0,293r-15,0v46,-89,46,-204,0,-293",w:100},"*":{d:"53,-150r0,-35r-29,17r-11,-17r30,-18r-30,-18r11,-17r29,17r0,-35r21,0r0,35r29,-17r11,17r-30,18r30,18r-11,17r-29,-17r0,35r-21,0",w:126},"+":{d:"94,-105r0,-77r28,0r0,77r77,0r0,28r-77,0r0,77r-28,0r0,-77r-77,0r0,-28r77,0",w:216},",":{d:"25,27r0,-64r37,0r0,37"},"-":{d:"19,-81r0,-37r108,0r0,37r-108,0",w:146},".":{d:"25,0r0,-37r37,0r0,37r-37,0"},"/":{d:"3,2r86,-260r28,0r-86,260r-28,0",w:119},"0":{d:"86,-35v58,-1,36,-94,36,-148v0,-25,-14,-39,-36,-39v-58,1,-36,94,-36,148v0,25,14,39,36,39xm14,-72r0,-113v0,-47,34,-73,72,-73v38,0,73,26,73,73r0,113v0,47,-35,74,-73,74v-38,0,-72,-27,-72,-74",w:172},"1":{d:"70,0r0,-217r-37,26r0,-39r37,-26r37,0r0,256r-37,0",w:172},"2":{d:"12,0r0,-35r100,-125v21,-25,6,-62,-26,-62v-20,0,-36,14,-38,37r-36,0v0,-42,32,-73,71,-73v61,0,96,71,59,118r-82,103r98,0r0,37r-146,0",w:172},"3":{d:"63,-116r0,-32v31,3,53,-11,53,-37v1,-42,-66,-53,-73,-6r-37,0v3,-36,35,-67,71,-67v70,0,103,86,48,126v61,39,22,134,-48,134v-35,0,-65,-23,-72,-66r36,0v9,41,79,38,77,-11v-1,-32,-22,-44,-55,-41",w:172},"4":{d:"4,-38r0,-35r86,-183r41,0r-87,183r67,0r0,-74r37,0r0,74r20,0r0,35r-20,0r0,38r-37,0r0,-38r-107,0",w:172},"5":{d:"159,-87v15,108,-133,120,-146,23r37,0v4,18,16,29,37,29v36,0,36,-31,36,-55v0,-48,-50,-67,-70,-28r-35,0r0,-138r136,0r0,36r-101,0r0,58v52,-32,115,-4,106,75",w:172},"6":{d:"13,-76v0,-74,54,-119,78,-180r41,0r-53,108v44,-11,80,10,81,68v1,112,-147,106,-147,4xm86,-119v-20,0,-36,13,-36,42v0,29,14,42,36,42v17,0,37,-11,37,-42v0,-29,-17,-42,-37,-42",w:172},"7":{d:"18,-183r0,-73r146,0r0,36r-87,220r-41,0r87,-220r-68,0r0,37r-37,0",w:172},"8":{d:"50,-185v0,24,17,37,36,37v19,0,37,-13,37,-37v0,-24,-18,-37,-37,-37v-19,0,-36,13,-36,37xm86,2v-70,0,-108,-98,-47,-134v-51,-37,-19,-126,47,-126v65,0,100,89,48,126v60,36,22,134,-48,134xm45,-75v0,23,19,40,41,40v22,0,42,-17,42,-40v0,-23,-20,-41,-42,-41v-22,0,-41,18,-41,41",w:172},"9":{d:"160,-180v0,74,-55,119,-79,180r-41,0r54,-108v-44,11,-80,-10,-81,-68v-1,-112,147,-106,147,-4xm86,-138v20,0,37,-13,37,-42v0,-29,-15,-42,-37,-42v-17,0,-36,11,-36,42v0,29,16,42,36,42",w:172},":":{d:"25,-82r0,-36r37,0r0,36r-37,0xm25,0r0,-37r37,0r0,37r-37,0"},";":{d:"25,27r0,-64r37,0r0,37xm25,-82r0,-36r37,0r0,36r-37,0"},"<":{d:"17,-78r0,-26r182,-81r0,30r-150,64r150,64r0,30",w:216},"=":{d:"17,-113r0,-28r182,0r0,28r-182,0xm17,-41r0,-28r182,0r0,28r-182,0",w:216},">":{d:"17,3r0,-30r150,-64r-150,-64r0,-30r182,81r0,26",w:216},"?":{d:"61,-63v-10,-63,39,-79,50,-127v-5,-42,-65,-46,-64,7r-37,0v-3,-45,30,-73,68,-75v50,-3,89,61,58,106v-17,25,-44,42,-38,89r-37,0xm61,0r0,-37r37,0r0,37r-37,0",w:166},"@":{d:"94,-107v0,19,13,33,31,33v31,0,56,-46,56,-74v0,-16,-12,-32,-29,-32v-34,0,-58,43,-58,73xm193,-175v4,-4,3,-13,5,-19r24,0r-33,112v0,6,3,10,9,10v21,0,48,-42,48,-77v0,-47,-39,-81,-96,-81v-68,0,-108,47,-108,101v0,58,43,103,110,103v43,0,70,-11,91,-33r23,0v-24,39,-68,61,-118,61v-76,0,-134,-55,-134,-132v0,-76,58,-128,134,-128v69,0,126,44,126,107v0,60,-51,101,-82,101v-16,0,-26,-8,-29,-23v-22,39,-97,24,-97,-32v0,-48,35,-98,86,-98v17,0,33,8,41,28",w:288},A:{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0",w:219},B:{d:"27,0r0,-256r99,0v79,-4,106,92,39,124v28,6,41,33,41,59v0,44,-32,73,-71,73r-108,0xm126,-114r-60,0r0,77v44,1,101,5,101,-38v0,-20,-12,-39,-41,-39xm163,-185v4,-41,-54,-39,-97,-37r0,74v43,2,101,4,97,-37",w:219},C:{d:"159,-72r41,0v-10,48,-46,74,-90,74v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v23,28,76,23,89,-17",w:200},D:{d:"27,-256v114,-3,181,-3,181,128v0,58,-4,67,-14,86v-24,46,-96,44,-167,42r0,-256xm170,-127v0,-92,-28,-94,-104,-93r0,183v74,-1,104,5,104,-90",w:226},E:{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0",w:200},F:{d:"27,0r0,-256r164,0r0,36r-125,0r0,76r106,0r0,35r-106,0r0,109r-39,0",w:193},G:{d:"110,-104r0,-37r91,0v10,82,-20,141,-91,143v-40,0,-68,-24,-80,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v30,36,105,13,92,-49r-52,0",w:219},H:{d:"167,0r0,-112r-101,0r0,112r-39,0r0,-256r39,0r0,109r101,0r0,-109r39,0r0,256r-39,0",w:233},I:{d:"27,0r0,-256r39,0r0,256r-39,0",w:92},J:{d:"0,-31r32,-23v22,29,77,23,78,-30r0,-172r39,0r0,176v3,84,-111,107,-149,49",w:173},K:{d:"27,0r0,-256r39,0r1,132r105,-132r46,0r-82,101r91,155r-46,0r-70,-125r-45,47r0,78r-39,0",w:226},L:{d:"27,0r0,-256r39,0r0,219r125,0r0,37r-164,0",w:200},M:{d:"27,0r0,-256r37,0r73,167r72,-167r37,0r0,256r-39,0r-1,-160r-53,123r-33,0r-54,-123r0,160r-39,0",w:272},N:{d:"27,0r0,-256r37,0r116,182r0,-182r39,0r0,256r-36,0r-117,-182r0,182r-39,0",w:246},O:{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0",w:219},P:{d:"166,-178v1,-50,-52,-42,-100,-42r0,83r57,0v29,0,43,-21,43,-41xm120,-256v43,-1,86,29,85,79v0,36,-27,77,-80,77r-59,0r0,100r-39,0r0,-256r93,0",w:213},Q:{d:"139,-46r-33,-26r23,-26r30,23v3,-10,3,-25,3,-53v0,-53,-4,-59,-13,-73v-15,-23,-65,-24,-79,0v-18,2,-18,145,0,146v11,18,51,24,69,9xm203,6r-33,-26v-36,40,-126,18,-140,-24v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v14,0,15,159,2,164r34,27",w:219},R:{d:"168,-185v0,-47,-57,-36,-102,-37r0,78v47,2,102,4,102,-41xm127,-256v86,-7,104,120,28,142r60,114r-47,0r-52,-109r-50,0r0,109r-39,0r0,-256r100,0",w:219},S:{d:"5,-33r25,-29v28,29,121,40,124,-10v3,-32,-37,-37,-68,-40v-44,-6,-68,-35,-68,-72v0,-80,117,-91,167,-48r-22,32v-31,-23,-103,-35,-106,17v-2,23,33,34,65,37v48,4,71,39,71,74v0,89,-139,92,-188,39",w:206},T:{d:"71,0r0,-222r-71,0r0,-34r180,0r0,34r-71,0r0,222r-38,0",w:180},U:{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89",w:226},V:{d:"85,0r-85,-256r41,0r59,195r59,-195r41,0r-85,256r-30,0",w:200},W:{d:"68,0r-64,-256r41,0r41,182r50,-182r28,0r50,182r41,-182r41,0r-65,256r-32,0r-50,-185r-49,185r-32,0",w:299},X:{d:"153,0r-57,-95r-56,95r-44,0r79,-131r-74,-125r44,0r51,89r52,-89r44,0r-74,125r79,131r-44,0",w:192},Y:{d:"72,0r0,-105r-77,-151r41,0r54,113r54,-113r41,0r-77,151r0,105r-36,0",w:180},Z:{d:"12,0r0,-32r116,-190r-112,0r0,-34r159,0r0,29r-116,190r116,0r0,37r-163,0",w:186},"[":{d:"26,37r0,-293r67,0r0,23r-35,0r0,246r35,0r0,24r-67,0",w:100},"\\":{d:"89,2r-86,-260r28,0r86,260r-28,0",w:119},"]":{d:"42,13r0,-246r-34,0r0,-23r66,0r0,293r-66,0r0,-24r34,0",w:100},"^":{d:"18,-102r78,-154r24,0r78,154r-30,0r-60,-124r-60,124r-30,0",w:216},_:{d:"0,45r0,-18r180,0r0,18r-180,0",w:180},"\u2018":{d:"25,-193r0,-37r37,-26r0,63r-37,0"},a:{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23",w:180},b:{d:"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-19,29,-75,32,-97,3r0,19r-36,0r0,-256r36,0r0,93v14,-13,29,-22,48,-22xm96,-148v-34,0,-36,31,-36,57v0,27,2,56,36,56v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57",w:186},c:{d:"131,-54r27,24v-45,55,-148,41,-148,-61v0,-102,102,-118,148,-62r-27,24v-27,-34,-85,-23,-85,38v0,61,58,70,85,37",w:159},d:{d:"24,-91v0,-74,12,-83,62,-94v19,0,33,9,47,22r0,-93r37,0r0,256r-37,0r0,-19v-12,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm97,-148v-35,0,-37,29,-37,57v0,28,2,56,37,56v34,0,36,-29,36,-56v0,-26,-2,-57,-36,-57",w:186},e:{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42",w:180},f:{d:"30,0r0,-154r-19,0r0,-29r19,0v-5,-55,18,-80,73,-73r0,34v-17,1,-37,-4,-37,15r0,24r37,0r0,29r-37,0r0,154r-36,0",w:100},g:{d:"49,23v30,32,90,14,77,-42v-20,30,-80,24,-95,-1v-19,-5,-19,-138,0,-142v15,-25,74,-33,95,-1r0,-20r37,0r0,179v1,87,-99,102,-142,49xm90,-148v-33,9,-36,9,-36,57v0,47,4,47,36,56v31,-8,37,-10,36,-56v0,-48,-4,-48,-36,-57",w:186},h:{d:"24,0r0,-256r36,0r1,93v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0",w:193},i:{d:"25,0r0,-183r37,0r0,183r-37,0xm25,-220r0,-36r37,0r0,36r-37,0"},j:{d:"28,20r0,-203r37,0r0,206v-1,36,-27,55,-68,51r0,-35v18,1,32,0,31,-19xm28,-220r0,-36r37,0r0,36r-37,0",w:92},k:{d:"24,0r0,-256r36,0r1,159r70,-86r44,0r-63,72r72,111r-46,0r-49,-85r-29,32r0,53r-36,0",w:186},l:{d:"24,-44r0,-212r36,0r0,209v-1,13,14,12,27,12r0,35v-37,2,-62,-5,-63,-44",w:92},m:{d:"26,0r0,-183r37,0r0,20v23,-31,80,-26,99,2v36,-42,119,-29,119,40r0,121r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0v-6,-54,21,-148,-36,-148v-57,0,-30,94,-36,148r-37,0",w:306},n:{d:"24,0r0,-183r36,0v1,6,-2,16,1,20v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0",w:193},o:{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56",w:180},p:{d:"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-20,29,-73,32,-97,3r0,93r-36,0r0,-257r36,0r0,20v12,-13,29,-22,48,-22xm96,-35v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57v-34,0,-36,30,-36,57v0,26,2,56,36,56",w:186},q:{d:"17,-91v0,-74,12,-83,62,-94v19,0,35,9,47,22r0,-20r37,0r0,257r-37,0r0,-93v-14,13,-28,21,-47,21v-49,-10,-62,-20,-62,-93xm90,-35v34,0,36,-30,36,-56v0,-27,-2,-57,-36,-57v-35,0,-36,29,-36,57v0,28,1,56,36,56",w:186},r:{d:"24,0r0,-183r36,0v1,6,-2,16,1,20v20,-25,61,-30,86,-8r-27,32v-24,-18,-59,-9,-60,29r0,110r-36,0",w:140},s:{d:"4,-31r25,-25v16,15,34,24,58,24v37,0,51,-41,13,-42v-44,-1,-85,-11,-85,-55v0,-68,107,-68,140,-31r-23,27v-16,-19,-78,-27,-80,5v-1,18,35,18,55,19v38,3,52,26,52,55v0,69,-117,71,-155,23",w:172},t:{d:"26,-183r0,-55r37,0r0,55r26,0r0,29r-26,0r0,106v-1,15,13,13,26,13r0,35v-38,3,-63,-8,-63,-45r0,-109r-18,0r0,-29r18,0",w:100},u:{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42",w:193},v:{d:"65,0r-67,-183r39,0r43,128r43,-128r39,0r-67,183r-30,0",w:159},w:{d:"168,0r-38,-128r-39,128r-32,0r-58,-183r39,0r35,128r42,-128r26,0r42,128r35,-128r39,0r-58,183r-33,0",w:259},x:{d:"66,-93r-60,-90r44,0r36,60r37,-60r44,0r-60,90r62,93r-44,0r-39,-61r-38,61r-44,0",w:172},y:{d:"63,-7r-66,-176r39,0r44,128r43,-128r39,0r-78,221v-13,32,-32,37,-64,36r0,-35v32,6,36,-24,43,-46",w:159},z:{d:"12,0r0,-29r91,-121r-86,0r0,-33r131,0r0,30r-91,118r91,0r0,35r-136,0",w:159},"{":{d:"5,-98r0,-24v56,-2,-2,-137,63,-134r31,0r0,23v-44,-10,-33,40,-33,77v0,33,-24,42,-29,47v6,2,29,13,29,46v0,33,-15,86,33,76r0,24v-38,3,-65,-1,-66,-40v0,-38,6,-94,-28,-95",w:100},"|":{d:"26,90r0,-360r28,0r0,360r-28,0",w:79},"}":{d:"1,37r0,-24v44,10,34,-38,34,-76v0,-33,23,-42,28,-47v-6,-2,-28,-14,-28,-47v0,-33,14,-86,-34,-76r0,-23v38,-3,65,1,66,40v0,38,-6,93,28,94r0,24v-56,2,2,138,-63,135r-31,0",w:100},"~":{d:"146,-64v-23,0,-56,-24,-77,-25v-14,0,-23,13,-31,25r-13,-22v8,-15,21,-31,45,-31v23,0,55,24,77,24v14,0,23,-12,31,-25r13,22v-8,15,-21,32,-45,32",w:216},"\u00a1":{d:"23,74r14,-193r19,0r13,193r-46,0xm28,-146r0,-37r37,0r0,37r-37,0",w:92},"\u00a2":{d:"87,-35r0,-113v-24,4,-38,21,-38,57v0,36,14,52,38,56xm87,35r0,-33v-39,-3,-75,-30,-75,-93v0,-63,36,-91,75,-94r0,-32r15,0r0,32v26,3,45,15,59,32r-27,24v-8,-9,-18,-16,-32,-19r0,113v14,-3,24,-10,32,-19r27,24v-14,17,-33,29,-59,32r0,33r-15,0",w:172},"\u00a3":{d:"10,-108r0,-24r20,0v-29,-55,-4,-126,55,-126v48,0,71,30,71,73r-37,0v-1,-26,-13,-39,-32,-39v-41,-1,-37,65,-20,92r58,0r0,24r-49,0v8,26,8,48,-5,71v26,3,55,12,76,-7r22,28v-41,40,-100,-4,-154,18r0,-34v8,-5,17,-8,26,-8v11,-25,7,-42,-2,-68r-29,0",w:172},"\u2044":{d:"-59,6r155,-268r24,0r-156,268r-23,0",w:60},"\u00a5":{d:"69,0r0,-58r-54,0r0,-23r54,0v0,-13,1,-27,-5,-34r-49,0r0,-24r38,0r-58,-117r39,0r52,113r53,-113r39,0r-58,117r38,0r0,24r-49,0v-6,7,-5,21,-5,34r54,0r0,23r-54,0r0,58r-35,0",w:172},"\u0192":{d:"40,15r26,-150r-31,0r4,-28r32,0r10,-54v8,-38,40,-45,75,-39r-6,34v-16,-4,-33,-3,-35,15r-7,44r32,0r-4,28r-33,0r-26,150v-3,39,-35,55,-76,45r6,-33v13,4,30,3,33,-12",w:172},"\u00a7":{d:"24,4r32,0v1,18,12,31,31,31v16,0,29,-11,29,-29v6,-21,-26,-28,-50,-37v-40,-15,-49,-29,-49,-66v0,-32,5,-47,35,-60v-48,-25,-19,-101,34,-101v32,0,60,20,60,62r-32,0v0,-17,-10,-30,-28,-30v-18,0,-26,13,-26,23v0,16,10,20,38,29v63,7,84,102,24,132v57,26,20,111,-37,111v-32,0,-61,-24,-61,-65xm53,-100v0,27,7,41,33,41v26,0,33,-15,34,-41v0,-30,-9,-36,-34,-40v-25,4,-33,11,-33,40",w:172},"'":{d:"29,-193r0,-63r28,0r0,63r-28,0"},"\u201c":{d:"69,-193r0,-37r37,-26r0,63r-37,0xm14,-193r0,-37r36,-26r0,63r-36,0",w:119},"\u00ab":{d:"17,-100r73,-72r0,36r-36,36r36,36r0,37xm82,-100r74,-72r0,36r-37,36r37,36r0,37",w:172},"\u2039":{d:"90,-27r-73,-73r73,-72r0,36r-37,36r37,36r0,37",w:106},"\u203a":{d:"17,-27r0,-37r36,-36r-36,-36r0,-36r73,72",w:106},"\ufb01":{d:"30,0r0,-154r-19,0r0,-29r19,0v-5,-55,18,-80,73,-73r0,34v-17,1,-37,-4,-37,15r0,24r37,0r0,29r-37,0r0,154r-36,0xm125,0r0,-183r37,0r0,183r-37,0xm125,-220r0,-36r37,0r0,36r-37,0",w:186},"\ufb02":{d:"30,0r0,-154r-19,0r0,-29r19,0v-5,-55,18,-80,73,-73r0,34v-17,1,-37,-4,-37,15r0,24r37,0r0,29r-37,0r0,154r-36,0xm125,-44r0,-212r37,0r0,209v-1,12,13,13,26,12r0,35v-37,2,-62,-5,-63,-44",w:193},"\u2013":{d:"0,-82r0,-35r180,0r0,35r-180,0",w:180},"\u2020":{d:"69,67r0,-207r-61,0r0,-28r61,0r0,-88r35,0r0,88r61,0r0,28r-61,0r0,207r-35,0",w:172},"\u2021":{d:"69,-39r0,-112r-61,0r0,-28r61,0r0,-77r35,0r0,77r61,0r0,28r-61,0r0,112r61,0r0,29r-61,0r0,77r-35,0r0,-77r-61,0r0,-29r61,0",w:172},"\u00b7":{d:"19,-105v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,24,-24,24v-13,0,-24,-11,-24,-24"},"\u00b6":{d:"93,67r0,-187v-44,0,-76,-30,-76,-67v0,-75,82,-71,158,-69r0,323r-28,0r0,-300r-26,0r0,300r-28,0",w:216},"\u2022":{d:"26,-128v0,-35,29,-64,64,-64v35,0,64,29,64,64v0,35,-29,64,-64,64v-35,0,-64,-29,-64,-64",w:180},"\u201a":{d:"25,27r0,-64r37,0r0,37"},"\u201e":{d:"14,27r0,-64r36,0r0,37xm69,27r0,-64r37,0r0,37",w:119},"\u201d":{d:"14,-193r0,-63r36,0r0,36xm69,-193r0,-63r37,0r0,36",w:119},"\u00bb":{d:"82,-27r0,-37r37,-36r-37,-36r0,-36r74,72xm17,-27r0,-37r37,-36r-37,-36r0,-36r73,72",w:172},"\u2026":{d:"42,0r0,-37r36,0r0,37r-36,0xm162,0r0,-37r36,0r0,37r-36,0xm282,0r0,-37r36,0r0,37r-36,0",w:360},"\u2030":{d:"222,2v-26,3,-34,-26,-34,-60v0,-49,66,-48,68,0v2,34,-8,63,-34,60xm222,-73v-16,-1,-14,20,-14,37v0,12,5,18,14,18v15,1,13,-21,13,-37v0,-12,-4,-18,-13,-18xm134,-73v-15,-1,-13,21,-13,37v0,12,4,18,13,18v15,1,13,-21,13,-37v0,-12,-4,-18,-13,-18xm134,2v-26,3,-34,-26,-34,-60v0,-49,68,-48,68,0v0,34,-8,63,-34,60xm51,-163v-26,0,-33,-26,-33,-60v0,-25,16,-35,33,-35v26,0,34,26,34,60v0,25,-17,35,-34,35xm51,-238v-15,-1,-13,21,-13,37v0,12,4,18,13,18v16,1,14,-20,14,-37v0,-12,-5,-18,-14,-18xm20,0r121,-256r24,0r-121,256r-24,0",w:273},"\u00bf":{d:"19,7v1,-58,59,-64,50,-126r37,0v10,64,-41,78,-51,126v0,20,17,32,31,32v18,0,34,-10,34,-39r36,0v3,45,-30,75,-68,76v-36,0,-69,-27,-69,-69xm69,-146r0,-37r37,0r0,37r-37,0",w:166},"`":{d:"41,-206r-51,-52r48,0r33,52r-30,0"},"\u00b4":{d:"15,-206r34,-52r48,0r-51,52r-31,0"},"\u02c6":{d:"67,-206r-24,-31r-24,31r-34,0r38,-52r41,0r38,52r-35,0"},"\u02dc":{d:"1,-210r-22,0v3,-25,19,-41,41,-41v26,-1,54,32,66,-2r21,0v-4,22,-15,41,-39,41v-18,0,-38,-13,-52,-13v-5,0,-15,3,-15,15"},"\u00af":{d:"-9,-219r0,-23r104,0r0,23r-104,0"},"\u02d8":{d:"8,-258v6,33,66,38,73,0r22,0v-3,30,-23,50,-58,50v-35,0,-55,-20,-58,-50r21,0"},"\u02d9":{d:"24,-211r0,-39r39,0r0,39r-39,0"},"\u00a8":{d:"55,-211r0,-39r39,0r0,39r-39,0xm-8,-211r0,-39r39,0r0,39r-39,0"},"\u02da":{d:"6,-238v0,-21,16,-37,37,-37v21,0,37,16,37,37v0,21,-16,37,-37,37v-21,0,-37,-16,-37,-37xm21,-238v0,13,9,23,22,23v13,0,23,-10,23,-23v0,-13,-10,-22,-23,-22v-13,0,-22,9,-22,22"},"\u00b8":{d:"38,0r18,0v-4,7,-14,16,-15,22v20,-7,42,8,41,26v-2,36,-50,39,-80,25r6,-15v15,6,45,10,46,-10v0,-14,-20,-16,-31,-9r-8,-7"},"\u02dd":{d:"-21,-206r34,-52r48,0r-51,52r-31,0xm51,-206r34,-52r48,0r-51,52r-31,0"},"\u02db":{d:"72,58r5,15v-20,14,-69,12,-69,-25v0,-23,14,-35,32,-48r19,0v-14,14,-23,30,-23,45v-1,18,24,23,36,13"},"\u02c7":{d:"23,-206r-38,-52r34,0r24,30r24,-30r35,0r-38,52r-41,0"},"\u2014":{d:"0,-82r0,-35r360,0r0,35r-360,0",w:360},"\u00c6":{d:"153,0r0,-57r-85,0r-31,57r-41,0r139,-256r182,0r0,36r-125,0r0,73r107,0r0,35r-107,0r0,75r125,0r0,37r-164,0xm86,-92r67,0r0,-130",w:326},"\u00aa":{d:"80,-148v-1,-3,1,-9,-1,-10v-16,25,-88,6,-77,-21v-2,-36,40,-38,78,-35v3,-18,-10,-22,-25,-21v-18,0,-23,3,-27,9r-18,-16v19,-27,98,-22,98,20r0,74r-28,0xm53,-170v27,0,27,-5,27,-23v-18,1,-49,-5,-50,12v0,8,13,11,23,11",w:117},"\u0141":{d:"27,0r0,-88r-26,20r0,-32r26,-20r0,-136r39,0r0,108r56,-40r0,32r-56,41r0,78r125,0r0,37r-164,0",w:200},"\u00d8":{d:"177,-230v22,31,23,22,24,102v0,62,-5,68,-11,84v-15,37,-92,64,-133,30r-18,32r-17,-9r20,-36v-21,-31,-24,-21,-24,-101v0,-62,6,-68,12,-84v15,-36,91,-63,132,-31r18,-31r17,9xm64,-66r79,-142v-18,-19,-60,-12,-73,7v-9,14,-13,20,-13,73v0,39,2,52,7,62xm156,-192r-80,143v17,19,60,13,73,-6v9,-14,13,-20,13,-73v0,-40,-1,-54,-6,-64",w:219},"\u0152":{d:"70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm162,0r0,-20v-36,43,-118,14,-132,-24v-16,-1,-16,-168,0,-168v14,-37,95,-68,132,-25r0,-19r161,0r0,36r-122,0r0,73r104,0r0,35r-104,0r0,75r123,0r0,37r-162,0",w:333},"\u00ba":{d:"58,-146v-33,0,-53,-16,-53,-56v0,-41,20,-56,54,-56v34,0,53,16,53,56v0,40,-21,56,-54,56xm59,-235v-19,2,-26,11,-26,33v0,22,7,30,25,32v18,-2,26,-10,26,-32v0,-22,-7,-31,-25,-33",w:117},"\u00e6":{d:"45,-136r-29,-22v21,-35,100,-37,121,-4v40,-46,132,-18,128,54r0,31r-113,0v-2,50,57,56,83,27r27,23v-34,38,-97,41,-130,1v-31,48,-125,33,-125,-28v0,-27,19,-54,55,-54r55,0v2,-30,-1,-43,-37,-42v-19,0,-29,4,-35,14xm117,-77v-29,0,-76,-5,-76,22v0,12,10,23,35,23v37,0,43,-11,41,-45xm152,-108r77,0v-1,-28,-17,-42,-39,-42v-22,0,-37,14,-38,42",w:280},"\u0131":{d:"25,0r0,-183r37,0r0,183r-37,0"},"\u0142":{d:"24,-44r0,-67r-24,18r0,-26r24,-19r0,-118r36,0r0,90r24,-19r0,27r-24,19r0,92v0,14,14,12,27,12r0,35v-37,2,-62,-5,-63,-44",w:92},"\u00f8":{d:"109,-143v-35,-13,-58,3,-58,52v0,22,2,30,6,38xm21,11r16,-30v-33,-24,-28,-121,-2,-142v11,-21,67,-33,93,-14r16,-28r15,10r-16,29v30,17,29,125,2,143v-10,20,-68,32,-92,13r-17,28xm71,-40v34,13,58,-3,58,-51v0,-22,-2,-31,-6,-39",w:180},"\u0153":{d:"147,-156v52,-63,151,-15,132,79r-114,0v-1,50,58,57,84,27r26,23v-31,41,-104,36,-128,0v-19,38,-92,35,-112,6v-27,-17,-27,-123,0,-140v20,-29,90,-34,112,5xm90,-32v32,-5,40,-15,39,-59v0,-45,-6,-54,-39,-59v-33,4,-39,16,-39,59v0,45,7,53,39,59xm165,-108r77,0v-1,-28,-16,-42,-38,-42v-22,0,-38,14,-39,42",w:293},"\u00df":{d:"134,-195v0,-24,-16,-27,-38,-27v-27,0,-36,8,-36,23r0,199r-37,0r0,-199v0,-40,33,-59,77,-59v64,0,96,76,44,101v37,12,25,61,26,105v1,36,-29,58,-73,52r0,-35v20,1,40,0,37,-19v-4,-39,18,-97,-42,-85r0,-35v22,0,42,4,42,-21",w:193},"\u00f7":{d:"17,-77r0,-28r182,0r0,28r-182,0xm84,-166v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,25,-24,25v-13,0,-24,-12,-24,-25xm84,-17v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-11,25,-24,25v-13,0,-24,-12,-24,-25",w:216},"\u00be":{d:"46,6r155,-268r24,0r-156,268r-23,0xm135,-22r0,-26r56,-105r30,0r-54,105r39,0r0,-40r30,0r0,40r12,0r0,26r-12,0r0,22r-30,0r0,-22r-71,0xm41,-171r0,-23v37,9,52,-39,16,-39v-11,0,-21,6,-24,19r-30,0v2,-26,22,-44,51,-44v52,-1,74,50,36,75v42,24,16,81,-35,81v-28,0,-48,-14,-53,-43r30,0v4,22,49,24,48,-3v-1,-17,-18,-26,-39,-23",w:259},"\u00bc":{d:"35,6r155,-268r24,0r-155,268r-24,0xm135,-22r0,-26r56,-105r30,0r-54,105r39,0r0,-40r30,0r0,40r12,0r0,26r-12,0r0,22r-30,0r0,-22r-71,0xm42,-103r0,-124r-24,16r0,-30r24,-16r30,0r0,154r-30,0",w:259},"\u00b9":{d:"42,-103r0,-124r-24,16r0,-30r24,-16r30,0r0,154r-30,0",w:112},"\u00d7":{d:"24,-27r65,-64r-65,-64r20,-20r64,64r64,-64r20,20r-65,64r65,64r-20,19r-64,-64r-64,64",w:216},"\u00ae":{d:"121,-184r0,43v26,-1,58,5,58,-21v-1,-26,-32,-22,-58,-22xm95,-56r0,-152v51,-1,109,-7,109,46v0,30,-17,41,-38,44r43,62r-30,0r-44,-61r-14,0r0,61r-26,0xm14,-128v0,-72,58,-130,130,-130v72,0,130,58,130,130v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130xm42,-128v0,61,43,104,102,104v59,0,102,-43,102,-104v0,-61,-43,-105,-102,-105v-59,0,-102,44,-102,105",w:288},"\u00de":{d:"66,-175r0,83r58,0v54,-2,57,-83,0,-83r-58,0xm27,0r0,-256r39,0r0,44r59,0v107,2,106,154,0,157r-59,0r0,55r-39,0",w:213},"\u00a6":{d:"26,63r0,-126r28,0r0,126r-28,0xm26,-117r0,-126r28,0r0,126r-28,0",w:79},"\u00d0":{d:"27,-256v114,-3,181,-3,181,128v0,58,-4,67,-14,86v-24,46,-96,44,-167,42r0,-112r-27,0r0,-35r27,0r0,-109xm170,-127v0,-92,-28,-94,-104,-93r0,73r49,0r0,35r-49,0r0,75v74,-1,104,5,104,-90",w:226},"\u00bd":{d:"26,6r155,-268r24,0r-155,268r-24,0xm147,0r0,-26r63,-68v14,-11,9,-36,-12,-35v-12,0,-19,8,-20,22r-30,0v0,-29,21,-48,49,-48v43,0,69,43,40,73r-54,56r65,0r0,26r-101,0xm42,-103r0,-124r-24,16r0,-30r24,-16r30,0r0,154r-30,0",w:259},"\u2212":{d:"17,-77r0,-28r182,0r0,28r-182,0",w:216},"\u00e7":{d:"64,32r22,-30v-40,-3,-76,-30,-76,-93v0,-102,102,-118,148,-62r-27,24v-27,-34,-85,-23,-85,38v0,61,58,70,85,37r27,24v-13,15,-31,28,-53,32r-15,20v21,-7,43,8,42,26v-2,36,-51,39,-81,25r7,-15v15,6,45,10,46,-10v0,-14,-21,-16,-32,-9",w:159},"\u00f0":{d:"90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm15,-91v1,-66,18,-84,72,-94v14,-2,29,10,40,16v-4,-18,-12,-33,-23,-44r-36,19r-14,-20r30,-16v-9,-6,-19,-10,-32,-14r11,-27v22,6,39,15,53,25r37,-20r14,20r-32,17v28,34,30,58,30,132v0,45,-3,57,-20,76v-14,28,-96,29,-110,0v-14,-15,-20,-30,-20,-70",w:180},"\u00b1":{d:"94,-50r0,-52r-77,0r0,-28r77,0r0,-52r28,0r0,52r77,0r0,28r-77,0r0,52r-28,0xm17,0r0,-28r182,0r0,28r-182,0",w:216},"\u00c7":{d:"83,32r21,-30v-37,-2,-62,-25,-74,-46v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v49,0,82,33,90,75r-41,0v-6,-37,-68,-50,-89,-18v-18,2,-18,145,0,146v23,28,76,23,89,-17r41,0v-9,43,-39,68,-77,73v-4,7,-13,16,-14,21v20,-7,42,9,41,26v-2,37,-51,39,-81,25r7,-15v15,6,45,10,46,-10v0,-14,-21,-17,-31,-9",w:200},"\u00fe":{d:"108,-185v51,0,63,21,62,94v0,45,-4,55,-13,69v-20,29,-73,32,-97,3r0,93r-36,0r0,-330r36,0r0,93v12,-13,29,-22,48,-22xm96,-35v35,0,37,-28,37,-56v0,-28,-2,-57,-37,-57v-34,0,-36,30,-36,57v0,26,2,56,36,56",w:186},"\u00a9":{d:"189,-105r26,0v-6,38,-32,60,-66,60v-49,0,-80,-35,-80,-83v0,-91,136,-118,146,-25r-26,0v-17,-57,-96,-30,-91,24v-8,55,81,83,91,24xm14,-128v0,-72,58,-130,130,-130v72,0,130,58,130,130v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130xm42,-128v0,61,43,104,102,104v59,0,102,-43,102,-104v0,-61,-43,-105,-102,-105v-59,0,-102,44,-102,105",w:288},"\u00ac":{d:"171,-39r0,-74r-154,0r0,-28r182,0r0,102r-28,0",w:216},"\u00b2":{d:"5,-103r0,-26r64,-68v14,-11,9,-37,-12,-36v-12,0,-19,9,-20,23r-31,0v0,-29,22,-48,50,-48v43,0,67,43,39,73r-53,56r65,0r0,26r-102,0",w:112},"\u00b3":{d:"41,-171r0,-23v37,9,52,-39,16,-39v-11,0,-21,6,-24,19r-30,0v2,-26,22,-44,51,-44v52,-1,74,50,36,75v42,24,16,81,-35,81v-28,0,-48,-14,-53,-43r30,0v4,22,49,24,48,-3v-1,-17,-18,-26,-39,-23",w:112},"\u2122":{d:"59,-108r0,-122r-45,0r0,-26r118,0r0,26r-45,0r0,122r-28,0xm301,-108r-1,-120r-47,120r-19,0r-48,-120r0,120r-28,0r0,-148r44,0r42,109r41,-109r44,0r0,148r-28,0",w:356},"\u00b0":{d:"21,-207v0,-28,23,-51,51,-51v28,0,51,23,51,51v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51xm39,-207v0,18,15,33,33,33v18,0,33,-15,33,-33v0,-18,-15,-33,-33,-33v-18,0,-33,15,-33,33",w:144},"\u03bc":{d:"24,74r0,-257r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-17,20,-44,27,-72,16r0,77r-36,0",w:193},"\u00c1":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm82,-269r33,-52r48,0r-51,52r-30,0",w:219},"\u00c2":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm134,-269r-24,-31r-24,31r-35,0r38,-52r41,0r38,52r-34,0",w:219},"\u00c4":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm122,-274r0,-39r39,0r0,39r-39,0xm59,-274r0,-39r39,0r0,39r-39,0",w:219},"\u00c0":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm107,-269r-51,-52r48,0r34,52r-31,0",w:219},"\u00c5":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm73,-301v0,-21,16,-37,37,-37v21,0,37,16,37,37v0,21,-16,37,-37,37v-21,0,-37,-16,-37,-37xm87,-301v0,13,10,23,23,23v13,0,22,-10,22,-23v0,-13,-9,-22,-22,-22v-13,0,-23,9,-23,22",w:219},"\u00c3":{d:"72,-92r75,0r-38,-112xm178,0r-20,-57r-97,0r-20,57r-41,0r94,-256r32,0r93,256r-41,0xm67,-273r-21,0v3,-25,18,-41,40,-41v26,-1,54,32,66,-2r22,0v-4,22,-16,41,-40,41v-18,0,-38,-13,-52,-13v-5,0,-15,3,-15,15",w:219},"\u00c9":{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0xm83,-269r33,-52r49,0r-52,52r-30,0",w:200},"\u00ca":{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0xm135,-269r-24,-31r-24,31r-35,0r38,-52r41,0r39,52r-35,0",w:200},"\u00cb":{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0xm123,-274r0,-39r39,0r0,39r-39,0xm60,-274r0,-39r39,0r0,39r-39,0",w:200},"\u00c8":{d:"27,0r0,-256r164,0r0,36r-125,0r0,73r106,0r0,35r-106,0r0,75r125,0r0,37r-164,0xm108,-269r-51,-52r48,0r34,52r-31,0",w:200},"\u00cd":{d:"27,0r0,-256r39,0r0,256r-39,0xm19,-269r33,-52r48,0r-51,52r-30,0",w:92},"\u00ce":{d:"27,0r0,-256r39,0r0,256r-39,0xm71,-269r-25,-31r-24,31r-34,0r38,-52r41,0r38,52r-34,0",w:92},"\u00cf":{d:"27,0r0,-256r39,0r0,256r-39,0xm59,-274r0,-39r39,0r0,39r-39,0xm-5,-274r0,-39r39,0r0,39r-39,0",w:92},"\u00cc":{d:"27,0r0,-256r39,0r0,256r-39,0xm44,-269r-51,-52r48,0r33,52r-30,0",w:92},"\u00d1":{d:"27,0r0,-256r37,0r116,182r0,-182r39,0r0,256r-36,0r-117,-182r0,182r-39,0xm81,-273r-22,0v3,-25,19,-41,41,-41v26,-1,54,32,66,-2r21,0v-4,22,-15,41,-39,41v-18,0,-38,-13,-52,-13v-5,0,-15,3,-15,15",w:246},"\u00d3":{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm82,-269r33,-52r48,0r-51,52r-30,0",w:219},"\u00d4":{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm134,-269r-24,-31r-24,31r-35,0r38,-52r41,0r38,52r-34,0",w:219},"\u00d6":{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm122,-274r0,-39r39,0r0,39r-39,0xm59,-274r0,-39r39,0r0,39r-39,0",w:219},"\u00d2":{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm107,-269r-51,-52r48,0r34,52r-31,0",w:219},"\u00d5":{d:"30,-44v-16,-1,-16,-168,0,-168v12,-22,40,-46,80,-46v40,0,68,24,80,46v15,1,15,168,0,168v-12,22,-40,46,-80,46v-40,0,-68,-24,-80,-46xm70,-201v-18,2,-18,145,0,146v14,23,66,23,79,0v18,-2,18,-145,0,-146v-14,-24,-65,-24,-79,0xm67,-273r-21,0v3,-25,18,-41,40,-41v26,-1,54,32,66,-2r22,0v-4,22,-16,41,-40,41v-18,0,-38,-13,-52,-13v-5,0,-15,3,-15,15",w:219},"\u0160":{d:"5,-33r25,-29v28,29,121,40,124,-10v3,-32,-37,-37,-68,-40v-44,-6,-68,-35,-68,-72v0,-80,117,-91,167,-48r-22,32v-31,-23,-103,-35,-106,17v-2,23,33,34,65,37v48,4,71,39,71,74v0,89,-139,92,-188,39xm83,-269r-38,-52r34,0r24,30r24,-30r35,0r-38,52r-41,0",w:206},"\u00da":{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89xm86,-269r33,-52r48,0r-51,52r-30,0",w:226},"\u00db":{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89xm138,-269r-25,-31r-24,31r-34,0r38,-52r41,0r38,52r-34,0",w:226},"\u00dc":{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89xm126,-274r0,-39r39,0r0,39r-39,0xm62,-274r0,-39r39,0r0,39r-39,0",w:226},"\u00d9":{d:"22,-87r0,-169r39,0r0,165v0,35,22,54,52,54v30,0,53,-19,53,-54r0,-165r38,0r0,169v0,53,-40,89,-91,89v-51,0,-91,-36,-91,-89xm111,-269r-51,-52r48,0r33,52r-30,0",w:226},"\u00dd":{d:"72,0r0,-105r-77,-151r41,0r54,113r54,-113r41,0r-77,151r0,105r-36,0xm62,-269r33,-52r49,0r-51,52r-31,0",w:180},"\u0178":{d:"72,0r0,-105r-77,-151r41,0r54,113r54,-113r41,0r-77,151r0,105r-36,0xm102,-274r0,-39r39,0r0,39r-39,0xm39,-274r0,-39r39,0r0,39r-39,0",w:180},"\u017d":{d:"12,0r0,-32r116,-190r-112,0r0,-34r159,0r0,29r-116,190r116,0r0,37r-163,0xm73,-269r-38,-52r34,0r25,30r24,-30r34,0r-38,52r-41,0",w:186},"\u00e1":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm62,-206r33,-52r49,0r-51,52r-31,0",w:180},"\u00e2":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm114,-206r-24,-31r-24,31r-35,0r38,-52r42,0r38,52r-35,0",w:180},"\u00e4":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm102,-211r0,-39r39,0r0,39r-39,0xm39,-211r0,-39r39,0r0,39r-39,0",w:180},"\u00e0":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm87,-206r-51,-52r49,0r33,52r-31,0",w:180},"\u00e5":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm53,-238v0,-21,16,-37,37,-37v21,0,37,16,37,37v0,21,-16,37,-37,37v-21,0,-37,-16,-37,-37xm67,-238v0,13,10,23,23,23v13,0,23,-10,23,-23v0,-13,-10,-22,-23,-22v-13,0,-23,9,-23,22",w:180},"\u00e3":{d:"120,0v-1,-5,2,-13,-1,-16v-8,13,-20,18,-45,18v-41,0,-65,-24,-65,-56v0,-48,54,-60,111,-54v2,-30,-2,-43,-38,-42v-19,0,-28,4,-34,14r-29,-22v31,-44,137,-37,137,33r0,125r-36,0xm78,-32v37,0,44,-11,42,-45v-29,0,-76,-5,-76,22v0,12,9,23,34,23xm48,-210r-22,0v3,-25,19,-41,41,-41v25,0,54,32,65,-2r22,0v-4,22,-16,41,-40,41v-18,0,-37,-13,-51,-13v-5,0,-15,3,-15,15",w:180},"\u00e9":{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42xm62,-206r33,-52r49,0r-51,52r-31,0",w:180},"\u00ea":{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42xm114,-206r-24,-31r-24,31r-35,0r38,-52r42,0r38,52r-35,0",w:180},"\u00eb":{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42xm102,-211r0,-39r39,0r0,39r-39,0xm39,-211r0,-39r39,0r0,39r-39,0",w:180},"\u00e8":{d:"165,-77r-114,0v-1,50,58,57,84,27r27,23v-53,50,-147,45,-147,-64v0,-71,40,-94,75,-94v50,0,84,43,75,108xm51,-108r78,0v-1,-28,-17,-42,-39,-42v-22,0,-38,14,-39,42xm87,-206r-51,-52r49,0r33,52r-31,0",w:180},"\u00ed":{d:"25,0r0,-183r37,0r0,183r-37,0xm15,-206r34,-52r48,0r-51,52r-31,0"},"\u00ee":{d:"25,0r0,-183r37,0r0,183r-37,0xm67,-206r-24,-31r-24,31r-34,0r38,-52r41,0r38,52r-35,0"},"\u00ef":{d:"25,0r0,-183r37,0r0,183r-37,0xm55,-211r0,-39r39,0r0,39r-39,0xm-8,-211r0,-39r39,0r0,39r-39,0"},"\u00ec":{d:"25,0r0,-183r37,0r0,183r-37,0xm41,-206r-51,-52r48,0r33,52r-30,0"},"\u00f1":{d:"24,0r0,-183r36,0v1,6,-2,16,1,20v34,-41,109,-23,109,42r0,121r-37,0v-6,-54,21,-148,-36,-148v-58,0,-32,94,-37,148r-36,0xm54,-210r-21,0v3,-25,18,-41,40,-41v26,-1,54,32,66,-2r22,0v-4,22,-16,41,-40,41v-18,0,-38,-13,-52,-13v-5,0,-15,3,-15,15",w:193},"\u00f3":{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm62,-206r33,-52r49,0r-51,52r-31,0",w:180},"\u00f4":{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm114,-206r-24,-31r-24,31r-35,0r38,-52r42,0r38,52r-35,0",w:180},"\u00f6":{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm102,-211r0,-39r39,0r0,39r-39,0xm39,-211r0,-39r39,0r0,39r-39,0",w:180},"\u00f2":{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm87,-206r-51,-52r49,0r33,52r-31,0",w:180},"\u00f5":{d:"35,-21v-27,-17,-27,-123,0,-140v10,-11,27,-24,55,-24v28,0,45,13,55,24v27,18,27,123,0,140v-14,28,-96,29,-110,0xm90,-35v32,-4,40,-15,39,-56v0,-43,-7,-52,-39,-57v-32,4,-40,16,-39,57v0,42,7,51,39,56xm48,-210r-22,0v3,-25,19,-41,41,-41v25,0,54,32,65,-2r22,0v-4,22,-16,41,-40,41v-18,0,-37,-13,-51,-13v-5,0,-15,3,-15,15",w:180},"\u0161":{d:"4,-31r25,-25v16,15,34,24,58,24v37,0,51,-41,13,-42v-44,-1,-85,-11,-85,-55v0,-68,107,-68,140,-31r-23,27v-16,-19,-78,-27,-80,5v-1,18,35,18,55,19v38,3,52,26,52,55v0,69,-117,71,-155,23xm66,-206r-38,-52r34,0r24,30r25,-30r34,0r-38,52r-41,0",w:172},"\u00fa":{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42xm67,-206r33,-52r48,0r-51,52r-30,0",w:193},"\u00fb":{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42xm119,-206r-24,-31r-24,31r-35,0r38,-52r41,0r38,52r-34,0",w:193},"\u00fc":{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42xm107,-211r0,-39r39,0r0,39r-39,0xm44,-211r0,-39r38,0r0,39r-38,0",w:193},"\u00f9":{d:"24,-61r0,-122r36,0v5,55,-21,148,37,148v57,0,30,-94,36,-148r37,0r0,183r-37,0v-1,-6,2,-15,-1,-19v-34,40,-108,21,-108,-42xm92,-206r-51,-52r48,0r33,52r-30,0",w:193},"\u00fd":{d:"63,-7r-66,-176r39,0r44,128r43,-128r39,0r-78,221v-13,32,-32,37,-64,36r0,-35v32,6,36,-24,43,-46xm52,-206r33,-52r49,0r-52,52r-30,0",w:159},"\u00ff":{d:"63,-7r-66,-176r39,0r44,128r43,-128r39,0r-78,221v-13,32,-32,37,-64,36r0,-35v32,6,36,-24,43,-46xm92,-211r0,-39r39,0r0,39r-39,0xm29,-211r0,-39r39,0r0,39r-39,0",w:159},"\u017e":{d:"12,0r0,-29r91,-121r-86,0r0,-33r131,0r0,30r-91,118r91,0r0,35r-136,0xm59,-206r-38,-52r35,0r24,30r24,-30r35,0r-39,52r-41,0",w:159},"\u00a4":{d:"66,-89v-6,58,48,67,78,36r24,28v-50,50,-150,26,-140,-64r-25,0r7,-24r18,0r0,-34r-25,0r7,-24r18,0v-7,-85,88,-110,138,-61r-12,37v-26,-36,-93,-38,-88,24r81,0r-8,24r-74,0r0,34r63,0r-8,24r-54,0",w:172},"\u20ac":{d:"66,-89v-6,58,48,67,78,36r24,28v-50,50,-150,26,-140,-64r-25,0r7,-24r18,0r0,-34r-25,0r7,-24r18,0v-7,-85,88,-110,138,-61r-12,37v-26,-36,-93,-38,-88,24r81,0r-8,24r-74,0r0,34r63,0r-8,24r-54,0",w:172},"\u00a0":{}}});

