var IE = document.all ? true : false;

/* EINAC URL */
function gopage(type){
     var goUrl = "";
	

	if( type == "01" ){ goUrl = "/web2/etc/about.asp"; }	//¿­°í°³
	if( type == "02" ){ goUrl = "/web2/member_regist.asp"; }	//È¸¿ø°¡ÀÔ
	if( type == "03" ){ goUrl = "/web2/etc/login.asp"; }	//·Î±×ÀÎ
	if( type == "04" ){ goUrl = ""; }	//»çÀÌÆ®¸Ê
	if( type == "05" ){ goUrl = "/web2/etc/logOut.asp"; }	//·Î±×¾Æ¿ô
	if( type == "06" ){ goUrl = "/web2/admin/board_list.asp"; }	// ¹®Á¦List
	
	if( type == "07" ){ goUrl = "/web2/question/answer_view.asp?type=01"; }	//ÃÊ±ÞÀÚÄÚ½º
	if( type == "08" ){ goUrl = "/web2/question/answer_view.asp?type=02"; }	//Áß±ÞÀÚÄÚ½º
	if( type == "09" ){ goUrl = "/web2/question/answer_view.asp?type=03"; }	//°í±ÞÀÚÄÚ½º
	if( type == "10" ){ goUrl = ""; }	//ÃÖ±Ùµî·Ï
	if( type == "11" ){ goUrl = "/web2/answer_ranklist.asp"; }	//¹®Á¦Ç®ÀÌ·©Å·
	if( type == "12" ){ goUrl = "/web2/index.asp"; }	//È¨
	if (type == "13" ){ goUrl ="/web2/admin/member_list.asp";}//°ü¸®ÀÚ È¸¿øÁ¤º¸ ¸®½ºÆ® 
	if (type == "14" ){ goUrl ="/web2/admin/notice_list.asp";}//°ü¸®ÀÚ °øÁö»çÇ× ¸®½ºÆ®
	if (type == "15" ){ goUrl ="/web2/etc/notice.asp";}//°øÁö»çÇ× È¸¿ø
	if (type == "16" ){ goUrl ="/web2/admin/member_add.asp";}//°ü¸®ÀÚ È¸¿ø Á¤º¸
	if (type == "17" ){ goUrl ="/web2/member/member_regist.asp";}//È¸¿ø°¡ÀÔ
	if (type == "18" ){ goUrl ="/web2/admin/notice_write.asp";}//°ü¸®ÀÚ °øÁö»çÇ× ÀÛ¼º
	if (type == "19" ){ gourl ="/web2/popup/zipcode_popup.asp";}// ¿ìÆí¹øÈ£ ÆË¾÷
	if (type == "20" ){ goUrl ="/web2/member/meminfo.asp";}//È¸¿ø»ó¼¼Á¤º¸
	if( type == "21" ){ goUrl = "/web2/member/board_list.asp"; }	// ¹®Á¦List
	if( type == "22" ){ goUrl = "/web2/admin/admin_list.asp"; }	// °ü¸®ÀÚ¸ñ·Ï
	if( type == "23" ){ goUrl = "/web2/admin/member_list.asp"; }	// °ü¸®ÀÚ¸ñ·Ï
	this.location.href = goUrl;
}
