﻿
/**********메인첫화면 ********/
function main() {
	top.window.location.href="/main/main.aspx";
}

/********** 펀드정보 ********/

function Recommend() {//펀드정보,전문가추천펀드
	top.window.location.href="/fund/Recommend.aspx";
}
function New() {//새로나온펀드
	top.window.location.href="/fund/New.aspx";
}
function Fund() {//유형별펀드
	top.window.location.href="/fund/Fund.aspx";
}
function Profit() {//기준가/수익률조회
	top.window.location.href="/fund/Profit.aspx";
}
function FundReport() {//펀드운용리포트
	top.window.location.href="/fund/FundReportYearList.aspx";
}
function FundONotice() {//공시
	top.window.location.href="/fund/Report/FundONotice.aspx";
}

/**********투자가이드 ********/
function Guide() {//투자교육
	// 임시로
	//top.window.location.href="/Guide/Guide.aspx";
	top.window.location.href="/Guide/MarketView.aspx";
	
}
function LifeCycle() {//투자설계
	top.window.location.href="/Guide/Portfolio.aspx";	// 내게맞는 포트폴리오
}
function OverseaFund() {//관심테마
	top.window.location.href="/Guide/Theme/OverseaFund.aspx";
}
function MarketView() {//마켓리포트
	top.window.location.href="/Guide/MarketView.aspx";
}


/**********회사소개********/

function Company() {//회사개요
	top.window.location.href="/Company/Company.aspx";
}

function Ceo() {//CEO인사말
	top.window.location.href="/Company/Ceo.aspx";
}

function Chief() {//임원소개
	top.window.location.href="/Company/Chief.aspx";
}

function Asset() {//운용자산규모
	top.window.location.href="/Company/Asset.aspx";
}

function Award() {//수상내역
	top.window.location.href="/Company/Award.aspx";
}

function philosophy() {//운용시스템
	top.window.location.href="/Company/Process/philosophy.aspx";
}

function Map() {//찾아오시는길
	top.window.location.href="/Company/Map.aspx";
}
function News() {//보도자료
	top.window.location.href="/Company/News.aspx";
}
function Notice() {//공지사항
	top.window.location.href="/Company/Notice.aspx";
}


/********** 고객센터 ********/
function Contract() {  //위탁판매계약서
 top.window.location.href="/Customer/ConsignSalesDistList.aspx";
}

function Customer() {//펀드가입안내
	top.window.location.href="/Customer/Guide.aspx";
}
function Calculator2() {//평가금액계산
	top.window.location.href="/Customer/Calculator2.aspx";
}
function Calendar() {//펀드달력
	top.window.location.href="/Customer/Calendar.aspx";
}
function Link() {//관련사이트
	top.window.location.href="/Customer/Link.aspx";
}
function QA() {//Q&A
	top.window.location.href="/Customer/QA.aspx";
}


/********** 마이펀드 ********/
function MyFund() {//마이펀드
	top.window.location.href="/MyFund/MyFund.aspx";
}
function MemberUpdate() {//회원정보수정
	top.window.location.href="https://www.pcaasset.co.kr/MyFund/MemberUpdate.aspx";
}
function Board() {//판매사자료실
	alert("서비스준비중입니다.");
	//top.window.location.href="/MyFund/Board.aspx";
}



/********** 기타페이지 ********/

function login() {//로그인
	//alert("로그인");
	top.window.location.href="https://www.pcaasset.co.kr/Etc/MemberConfirm.aspx";
}
function member() {//회원가입
	top.window.location.href="https://www.pcaasset.co.kr/Etc/MemberJoin.aspx";
}
function IDPW() {//아이디찾기
	top.window.location.href="https://www.pcaasset.co.kr/Etc/FindID.aspx";
}
function logout() {//로그아웃
	//alert("로그아웃");
	top.window.location.href="/Etc/Logout.aspx";
}
