﻿//Main
function home() {
	location.href = ("/index.asp");
}
//광장시장 소개
function A1() {
	location.href = ("/introduction/history.asp");	
}
//오시는 길
function A2() {
	location.href = ("/introduction/path.asp");	
}
//광장시장소개2
function A11() {
	location.href = ("/introduction/history2.asp");
}
//상점안내
function B1() {	
	location.href = ("/store.asp");
}
//스토리마켓
function C1() {
	location.href = ("/story/story.asp");
}
//광장매니아 목록
function D1() {
	location.href = ("/mania/mania.asp");
}
//광장매니아 사진 및 동영상 업로드
function D2(a) {	
	location.href=("/mania/mania_up.asp?a="+a);	
}
//광장매니아 내용
function D3() {
	location.href = ("/mania/mania_sub.asp");	
}
//광장블로그
function D4() {
	location.href = ("/mania/kj_blog.asp");
}
//광장소식
function E1() {
	location.href = ("/news/news.asp");	
}
function E11() {
	location.href = ("/news/news_in.asp");	
}
function E2() {
	location.href = ("/customer/customer.asp");
}
function E21() {
	location.href = ("/customer/write.asp");	
}
function E22() {
	location.href = ("/customer/modify.asp");	
}
function E23() {
	location.href = ("/customer/customer_in.asp");	
}
//인트로동영상게시판페이지
function E24(){
	location.href= ("/movie/movie.asp");
}
function E25() {
	location.href= ("/movie/movie_in.asp");
}


//검색페이지
function F1() {
	location.href = ("/search/search.asp");
}
//사이트맵
function F2() {
	location.href = ("/search/sitemap.asp");
}
function popup1() {
	pop_center("경로",350,300);
}

//로그인
function G1() {
	location.href = ("/login/login.asp");
}
//회원가입
function G3() {
	location.href=("/login/register.asp");
}

//비밀번호, 아이디 찾기
function G2 () {
	location.href=("/login/find.asp");
}

//가입완료 팝업
function G4() {
	location.href=("/login/popup_complt.asp");
}

//가입완료팝업(메일폼)
function G41() {
	location.href=("/login/register_af.asp");
}
//비밀번호찾은 결과
function G42() {
	location.href=("/login/find_pw.asp");
}

//메일폼(비밀번호)
function G43() {
location.href=("/login/mail_pw.asp");	
}

//아이디 비밀번호 찾기 결과 팝업
function G5() {
	location.href=("/login/popup_result.asp");
}


//우편번호 및 주소 찾기 팝업
function G6() {
	location.href=("/login/popup_post.asp");
}

