//------------------ 플래시 호출 gotoPage ------------------//
function gotoPage(d1,d2,d3){
	try
	{
		var url = "";
		var link_value = "link";


		if(d1 > -1) { link_value += "_" + d1; }
		if(d2 > -1) { link_value += "_" + d2; }

		url = eval(link_value)[0];

		if(d3 == 1){ // 로그인 필요메뉴
			jQuery.post("/session_chk.asp", function(data){
				if(data == 0){
					alert('로그인 후 이용하실 수 있습니다.'); // 로그인 레이어 띄울거에요
					layer('/pop/membership/login.asp?returnUrl='+url,366,292);
				}else if(data = 1){
					if(url=="") alert("준비중입니다.");
					else top.location.href = url;
				}
			});
		}else{
			if(url=="") alert("준비중입니다.");
			else top.location.href = url;
		}
	}
	catch (e)
	{
		alert(e.message);
	}
}



//window.open('','','')
function home()
{
	top.location.href = "http://prospecs.tendency.kr/index.html";//홈
}
link_0 = new Array("/prospecsr/html/touch.html")//터치
link_1 = new Array("/prospecsr/html/html/product_s.html")//프로덕트 신발
link_1_1 = new Array("/prospecsr/html/html/product_s.html")//프로덕트 신발
link_1_2 = new Array("/prospecsr/html/html/product_c.html")//프로덕트 옷
link_1_3 = new Array("/prospecsr/html/html/product_a.html")//프로덕트 악세사리
link_2 = new Array("/prospecsr/html/rformula/desktop/formula_default.asp")//포뮬러
link_2_1 = new Array("/prospecsr/rformula/desktop/formula_default.asp")//포뮬러-포뮬러
link_2_2 = new Array("/prospecsr/html/music.html")//포뮬러-음악
link_2_3 = new Array("/prospecsr/html/video.html")//포뮬러-비디오


//이벤트%갤러리
link_9_1 = new Array("/prospecsr/rformula/desktop/formula_event.asp")//이벤트
link_9_2 = new Array("/prospecsr/html/gallery.html")//갤러리


//상단왼쪽로고영역
link_10_1 = new Array("")//프로스펙스
link_10_2 = new Array("")//프로스펙스R
link_10_3 = new Array("")//프로스펙스W
link_10_4 = new Array("")//W키드

//상단오른쪽영역
link_11_1 = new Array("")//멤버쉽
link_11_2 = new Array("")//즐겨찾기
link_11_3 = new Array("")//매장찾기
link_11_4 = new Array("")//사이트맵
