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=590,height=616');
	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();
}

function caution(page){
	var mapopen;
	mapopen = window.open(page,'point','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=700,height=500');
	mapopen.focus();
}