// JavaScript Document
function mado1(){
window.open("http://goo.gl/IQ0S2","new","width=300,height=400,scrollbars=yes");
}

function mado2(){
window.open("/map_print.html","new","width=560,height=600,scrollbars=auto");
}

function mado3(){
window.open("/staff_schedule.html","new","width=620,height=620,scrollbars=no");
}

function mado4(){
	var agent = navigator.userAgent;
	if ((navigator.userAgent.indexOf('iPhone') > 0 &&
		navigator.userAgent.indexOf('iPad') == -1) ||
		navigator.userAgent.indexOf('iPod') > 0 ||
		navigator.userAgent.indexOf('Android') > 0) {
	   location.href = 'http://www.art-noise.com/sp/';
	} else {
		window.open("http://www.art-noise.com/sp.html","sp","scrollbars=yes,ocation=no,status=no,resizable=no,width=300,height=625");
	}
}

