//パスは開いているページから見て
if(navigator.appVersion.indexOf('Mac') != -1){
	document.write('<link href="/common/mac.css" rel="stylesheet" type="text/css" media="screen,print" />');
}else{
	document.write('<link href="/common/win.css" rel="stylesheet" type="text/css" media="screen,print" />');
}

function printswf(url,w,h){
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=' + w +' HEIGHT=' + h + '><PARAM NAME=movie VALUE="' + url + '"><PARAM NAME=loop VALUE=false><PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="' + url + '" loop=false menu=false quality=high bgcolor=#FFFFFF WIDTH=' + w + ' HEIGHT=' + h + ' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>');
}

function order3popOn(){
	document.getElementById("order3_pop").style.visibility = "visible";
}
function order3popOff(){
	document.getElementById("order3_pop").style.visibility = "hidden";
}
