function cartwindow(urls){	var newopen;	newopen = window.open(urls,'cart','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=800,height=650');	newopen.focus();}function backtocart(popurl,selfurl){	var newopen;	newopen = window.open(popurl,'cart','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=800,height=650');	newopen.focus();	location.href = selfurl;}function cartcheck(addr){	if((navigator.userAgent.indexOf("Mac") > -1) || (navigator.userAgent.indexOf("Safari") > -1) || navigator.userAgent.indexOf("Firefox") > -1 || navigator.userAgent.indexOf("Netscape") > -1){		if(window.opener){			window.opener.focus();			window.opener.location.href = addr;			window.close();		}else{			var newbaeltz;			newbaeltz = window.open(addr,'baeltz','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=yes,resizable=yes');			window.close();		}	}else{		if(!window.opener.closed){			window.opener.focus();			window.opener.location.href = addr;			window.close();		}else{			var newbaeltz;			newbaeltz = window.open(addr,'baeltz','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=yes,resizable=yes');			window.close();		}	}}function maps(page){	var mapopen;	mapopen = window.open(page,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=500,height=670');	mapopen.focus();}function point(page){	var mapopen;	mapopen = window.open(page,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=500,height=670');	mapopen.focus();}function cart1(page){	var mapopen;	mapopen = window.open(page,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=600,height=650');	mapopen.focus();}function shopdetail(shopurls){	var shopopen;	shopopen = window.open(shopurls,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=500,height=500');	shopopen.focus();}function online(page){	var mapopen;	mapopen = window.open(page,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=500,height=670');	mapopen.focus();}function navipoint(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 guide(page){	var mapopen;	mapopen = window.open(page,'newopen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=500,height=440');	mapopen.focus();}
