//var ua = navigator.userAgent

//if (ua.indexOf("Mac") > 0) {
//	document.write("<link rel='stylesheet' href='/css/mac.css' type='text/css'>");
//} else {
//	document.write("<link rel='stylesheet' href='/css/win.css' type='text/css'>");
//}

function goToURL(url) {
	location.href = url;
}

function openPhoto(url) {
	window.open(url, 'photogallary', 'width=480,height=560,menubar=no,scrollable=no,resizable=no,scrollbars=no');
}
