function retailPop(){	var h = 560	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,top='+TopPosition+',left='+LeftPosition+'';	window.open("retailers.asp","retailers",windowprops);}function legalPop(){	var h = 450	var w = 660	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;	var windowprops = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+'';	window.open("legal.asp","legal",windowprops);}