﻿function TextFieldOnFocus(a,b){if(a.value==b){a.value=""}}function TextFieldOnBlur(a,b){if(a.value==""){a.value=b}}function TextBoxMaxText(a,b){if(a.value.length>(b-1))return false}var newFloatWindow=null;function openRecomende(a){FloatWindowFeatures="menubar=no,scrollbars=no,location=no,favorites=no,resizable=no,status=no,toolbar=no,directories=no";var b=690;var c=415;var d=(screen.width-b)/2;var e=(screen.height-(c+10))/2;newFloatWindow=window.open("","Recomende","width="+b+",height="+c+",left="+d+",top="+e+",'"+FloatWindowFeatures+"'");if(newFloatWindow!=null){if(newFloatWindow.opener==null){newFloatWindow.opener=self}newFloatWindow.location.href=a;newFloatWindow.opener.name="xtendsite";newFloatWindow.focus()}}function doButtonClick(a,e){var b;if(window.event)b=window.event.keyCode;else b=e.which;if(b==13){var c=document.getElementById(a);if(c!=null){c.click();event.keyCode=0}}}var newWindow=null;function openWindow(a){var b="'";var c=0;var d=0;var e="menubar=no,scrollbars=yes,location=no,favorites=no,resizable=no,status=no,toolbar=no,directories=no";var f="";var g=new Array();g=a.split(",");if(newWindow&&newWindow.open&&g[0]=="close.htm"){if(!newWindow.closed){newWindow.close()}}else{c=(screen.width-g[4])/2;d=(screen.height-(g[3]+10))/2;f=g[0]+"?"+g[5].split(":").join("&");newWindow=window.open("",g[2],"width="+g[4]+",height="+g[3]+",left="+c+",top="+d+","+b+e+b);if(newWindow!=null){if(newWindow.opener==null){newWindow.opener=self}newWindow.location.href=f;newWindow.opener.name="xtd"+g[1];newWindow.focus()}}}
