function clearDefault(txt) {  if (txt.defaultValue==txt.value) txt.value = ""}function retailPop(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("retailers.asp","retailers",windowprops);}function demoPop(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("demo.asp","demo",windowprops);}function csPop(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("cs.asp","demo",windowprops);}function lawPop1(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("law.asp?id=1","retailers",windowprops);}function lawPop2(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("law.asp?id=2","retailers",windowprops);}function lawPop3(){	var h = 580	var w = 760	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',scrollbars=yes,resizable=yes,top='+TopPosition+',left='+LeftPosition+'';	window.open("law.asp?id=3","retailers",windowprops);}
