/*swap_image*/function swapImg(obj,url) {  obj.src="img/" + url + ".jpg";}/*pull_down_direct_link*/function selectStore(){	location.href = document.pulldown.select.value;}/*print_map*/function printMap(name){	switch(name){	case "tokyo":		window.open("http://www.carminal-t.com/info/print.html","","width=760,scrollbars=1");		break;	case "utsunomiya":		window.open("/map/utsunomiya.html","","width=620,height=700,scrollbars=1");		break;	case "sendai":		window.open("/map/sendai.html","","width=620,height=700,scrollbars=1");		break;	case "ushiku":		window.open("/map/ushiku.html","","width=620,height=700,scrollbars=1");		break;	}}