function popup(M,I,J,H,L,K,N){newwin=window.open("","","scrollbars=no, toolbar="+K+", status=yes, menubar=no, resizable="+N+", width="+L+", height="+H+", top="+I+", left="+J);newwin.location=M;newwin.focus()}function fbkpop(B){newwin=window.open("","fbkwin","scrollbars=no, toolbar=no, status=yes, menubar=no, resizable=yes, width=490, height=440, top=10, left=10");newwin.location=B;newwin.focus()}function smspop(B){newwin=window.open("","smswin","scrollbars=yes, toolbar=no, status=yes, menubar=yes, resizable=yes, width=650, height=600, top=10, left=10");newwin.location=B;newwin.focus()}function testEmail(C){var D=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;if(!D.test(C)){alert("Please enter a valid e-mail address.");return false}}function show(B){(document.getElementById(B)).style.display="block"}function hide(B){(document.getElementById(B)).style.display="none"}function highlight(D,C){(document.getElementById(D)).className=C}function lowlight(D,C){(document.getElementById(D)).className=C}function doSelectOption(selectBox,all){var check=all;with(document.forms[0]){for(i=0;i<elements[selectBox].options.length;i++){elements[selectBox].options[i].selected=check}}}function findPos(C){var D=curtop=0;if(C.offsetParent){D=C.offsetLeft;curtop=C.offsetTop;while(C=C.offsetParent){D+=C.offsetLeft;curtop+=C.offsetTop}}return[D,curtop]}function setDiv(L,H,I,J){var K=findPos(L);var G=document.getElementById(H);G.style.top=K[1]+(I)+"px";G.style.left=K[0]+(J)+"px"}function countText(F,E,D){len=(document.getElementById(F)).value.length;if(len>D){(document.getElementById(F)).value=(document.getElementById(F)).value.substring(0,D)}(document.getElementById(E)).value=D-len};