//»ó´Ü¸Þ´º-------------------------
pub="/NEW_WATOS"; 

home=pub+"/index.php";

sitemap=pub+"/etc/sitemap.php";  //Sitemap 
contactus=pub+"/etc/contactus.php";
eng=pub+"/eng/index.php"; 
//Member
member=pub+"/member/member_m.php"; 
login=pub+"/member/login.php";  
logout=pub+"/member/logout.php";  
mem_join=pub+"/member/mem_agree.php"; //È¸¿ø °¡ÀÔ 
mem_modify=pub+"/member/mem_modify_form.php"; //
mem_out=pub+"/member/mem_out.php";//È¸¿ø Å»Åð
find_id=pub+"/member/find_id.php"; //
find_pw=pub+"/member/find_pw.php"; //

//±â¾÷Á¤º¸ 
company=pub+"/company/greeting.php"; 
	company01=pub+"/company/greeting.php"; 
	company02=pub+"/company/intro.php"; 
	company03=pub+"/company/history.php"; 
	company04=pub+"/company/policy.php"; 
	company05=pub+"/company/org.php"; 
	company06=pub+"/company/locate.php"; 
	company07=pub+"/company/recruit.php"; 
		company071=pub+"/company/recruit.php"; 
		company072=pub+"/company/recruit_apply.php"; 
		company073=pub+"/company/recruit_confirm.php"; 
	company08=pub+"/company/agent.php"; 

//Á¦Ç°Á¤º¸
product=pub+"/product/product.php";
	product01=pub+"/product/product.php";
	product02=pub+"/product/product.php?ci_idx=12";
	product03=pub+"/product/product.php?ci_idx=13";
	product04=pub+"/product/product.php?ci_idx=14";
	product05=pub+"/product/product.php?ci_idx=15";
	product06=pub+"/product/product.php?ci_idx=16";

//ÅõÀÚÁ¤º¸ 
ir=pub+"/ir/list.php?bi_idx=7"; 
	ir01=pub+"/ir/list.php?bi_idx=7"; 
		ir011=pub+"/ir/list.php?bi_idx=7"; 
		ir012=pub+"/ir/list.php?bi_idx=7&temp_ci_tab=1"; 
		ir013=pub+"/ir/list.php?bi_idx=7&temp_ci_tab=2"; 
	ir02=pub+"/ir/public_info.php"; 
	ir03=pub+"/ir/stock_info.php"; 
	ir04=pub+"/ir/fn_info.php"; 
	
	//ir04=pub+"/ir/stockholder_bbs.php"; 
	ir05=pub+"/ir/list.php?bi_idx=9"; 
		ir051=pub+"/ir/list.php?bi_idx=9"; 
		ir052=pub+"/ir/list.php?bi_idx=9&temp_ci_tab=1"; 
		ir053=pub+"/ir/list.php?bi_idx=9&temp_ci_tab=2"; 
	ir06=pub+"/ir/ir_q.php"; 
	
//»çÀÌ¹öÈ«º¸½Ç 
pr=pub+"/pr/notice.php"; 
	pr01=pub+"/pr/notice.php"; 
	pr02=pub+"/pr/press.php"; 
	pr03=pub+"/pr/gallery.php"; 
	pr04=pub+"/pr/awards.php"; 
	pr05=pub+"/pr/policy.php"; 
	pr06=pub+"/pr/business.php"; 
	//pr07=pub+"/pr/toilet_history.php"; 
	pr07=pub+"/pr/best_toilet.php"; 
	
//°í°´Áö¿ø 
support=pub+"/support/guide.php"; 
	support01=pub+"/support/guide.php"; 
	support02=pub+"/support/faq.php"; 
	support03=pub+"/support/qna.php"; 
	support04=pub+"/support/as_apply.php"; 
		support041=pub+"/support/as_apply.php"; 
		support042=pub+"/support/as_srch.php"; 
	support05=pub+"/support/agency.php"; 
	support06=pub+"/support/poll.php"; 
	
//´Ù¿î·Îµå¼¾ÅÍ  
download=pub+"/download/download.php"; 
	download01=pub+"/download/download.php"; 
	//download02=pub+"/download/download.php?ci_idx=27"; 
	download02="http://www.watos.co.kr/NEW_WATOS/data/e_book/Waots_CataLog.htm";
	download03=pub+"/download/download.php?ci_idx=28"; 
	download04=pub+"/download/download.php?ci_idx=29"; 
	download05=pub+"/download/download.php?ci_idx=30"; 
	download06=pub+"/download/download.php?ci_idx=31"; 
	
	
//--------------------------------------------------------------
	
//¾ÆÀÌµð Áßº¹Ã¼Å© 
function idchk(fkey){
	javascript:popup('/sk_masp/member/pop_idcheck.php','idchk',400,280,'no');
}
function ZipCode(fkey){
		javascript:popup('/sk_masp/member/pop_zipcode.php','zipcd',430,200,'no');
}

//°í°´¹®ÀÇ¸ÞÀÏ 
function Pop_Contactus(){ 
	 javascript:popup('/sk_masp/etc/pop_contactus.php','contact',510,430,'no');	
}


function GoUrl(name, win) {

	if (name == null) {
			alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
			return;	
	} else {
		if (win == null) {
			if(name.indexOf("(") != -1) 	eval(name);
			else									document.location.href = eval(name);
		} else {
				window.open(eval(name), win);
		}
	}
}