//v1.7
// Flash Player Version Detection
// Detect Client Browser type
// Copyright 2005-2007 Adobe Systems Incorporated.  All rights reserved.
var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;

// Flash Á¤ÀÇ
function flashObject(file_name,flashVar,width,height){
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + width + '" height="' + height + '">');
  document.write('<param name="movie" value="' + file_name + '">');
  document.write('<param name=FlashVars value="' + flashVar + '">');
  document.write('<param name="quality" value="high">');
  document.write('<param name="wmode" value="transparent">');
  document.write('<param name="allowScriptAccess" value="always">');
  document.write('<param name="allowNetworking" value="all">');
  document.write('<embed src="' + file_name +'" FlashVars="' + flashVar +'" width="' + width + '" height="' + height + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" allowScriptAccess="always" allowNetworking="all"></embed>');
  document.write('</object>');
}

// ¸ÞÀÎ¸Þ´º ¸µÅ©
function m0() {
	location.href = "http://" + location.hostname + '/';
}
function m1() {
	location.href = "http://" + location.hostname + '/guide/service.jsp';
}
function m2() {
	location.href = "http://" + location.hostname + '/guide/guide_1.jsp';
}
function m3() {
	location.href = "http://" + location.hostname + '/customer/notice_list.jsp';
}
function m4() {
	location.href = "http://" + location.hostname + '/customer/faq.jsp';
}
function m5() {
	location.href = "http://" + location.hostname + '/guide/point_1.jsp';
}
