// ÇÃ·¡½¬ ¸Þ´º¿¡ µé¾î°¡´Â ½ºÅ©¸³(¸µÅ©) 

var toumallUrl = "http://www.tourmall.com";

	function goMurl1(url) { //ÇØ¿Ü¿©Çà
		switch (url) { 
			
			default:	
				location.href=  toumallUrl + '/overseas/index.ts';	
		}
	}

	function goMurl2(url) { //±¹³»¿©Çà
		switch (url) { 
			default:	
				location.href=  toumallUrl + '/domestic/index.ts';
		}
	}
	
	function goMurl3(url) { //Ç×°ø±Ç
		switch (url) {
			default:	
				location.href= toumallUrl + '/airticket/index.ts';
		}
	}

	function goMurl4(url) {//ÀÚÀ¯¿©Çà
		switch (url) {
			default:	
				location.href=  toumallUrl + '/freedom/index.ts';	
		}
	}
	
	function goMurl5(url) {//Çã´Ï¹®
		switch (url) {
			default:	
				location.href= toumallUrl + '/honeymoon/index.ts';
		}
	}
	
	function goMurl6(url) {//°ñÇÁ
		switch (url) {
			default:	
				location.href=  toumallUrl + '/golf/index.ts';
		}
	}
	
	function goMurl7(url) {//ºÎ»êÃâ¹ß
		switch (url) {
			default:	
				location.href= toumallUrl + '/busan/index.ts';
		}
	}
	
	function goMurl8(url) {//¿©Çà°¡ÀÌµå 
		switch (url) {
			default:	
				location.href= toumallUrl + '/tourguide/index.ts';
		}
	}
	
	
	
	