function clearText(b,a){if(document.getElementById(b).value==a){document.getElementById(b).value=""}}function clickOnEnter(a){if(((document.all)?window.event.keyCode:event.which)==13){document.getElementById(a).click();return false}else{return true}}function OpenWindow(b,c,d,a){window.open(b,c,"scrollbars=yes,width="+d+",height="+a)}function createCookie(c,d,e){if(e){var b=new Date();b.setTime(b.getTime()+(e*24*60*60*1000));var a="; expires="+b.toGMTString()}else{var a=""}document.cookie=c+"="+d+a+"; path=/"}function readCookie(b){var e=b+"=";var a=document.cookie.split(";");for(var d=0;d<a.length;d++){var f=a[d];while(f.charAt(0)==" "){f=f.substring(1,f.length)}if(f.indexOf(e)==0){return f.substring(e.length,f.length)}}return null}function eraseCookie(a){createCookie(a,"",-1)};