function getUserAgent() {
	uAgent = "";
	uAgent = navigator.userAgent;
	if((uAgent.indexOf("Safari") != -1)||(uAgent.indexOf("Opera") != -1)){
	uAgent = 1;
}
return uAgent;
}
function swfBlankOpen(){
	window.open('http://modelhouse.tokyo816.jp/','subWindow','')
;}

function flashOpen(src,width,height){
	document.write('<object data="' + src + '" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"><param name="movie" value="' + src + '"><param name="quality" value="high"></object>')
;}
