//퀵메뉴 즐겨찾기
function bookmark(){
	window.external.AddFavorite('http://www.fimkroea.co.kr','외식경영컨설팅 핌코리아')
}

// 페밀리 사이트
function SiteOpen(value){
	if (value != "1"){
		window.open(value)
	}
}
		
// 팝업
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// 로그인
var ie4 = (document.all) ? true : false;
var ns4 = (document.layers) ? true : false;
var ns6 = (document.getElementById && !document.all) ? true : false;

function showlayer(lay) {
	if (ie4) {document.all[lay].style.visibility = "visible";}
	if (ns4) {document.layers[lay].visibility = "show";}
	if (ns6) {document.getElementById([lay]).style.display = "block";}
}

// 플래시 랜덤 불러오기
function rBan(){ 
  a=new Array(1,2,3); //이미지 갯수만큼 숫자 설정
  a.sort( function(){return Math.random()*2-1;} ); 
  displayMultimedia('/~fimkorea/image/flash/Mmenu'+a[1]+'.swf', 440, 640);
 }
