function cartwindow(urls){	var newopen;	newopen = window.open(urls,'cart','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=800,height=650');	newopen.focus();}function maps(page){	var mapopen;	mapopen = window.open(page,'map','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=500,height=690');	mapopen.focus();}function point(page){	var mapopen;	mapopen = window.open(page,'point','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=800,height=700');	mapopen.focus();}
