


/****** 대메뉴 링크 ******/

function meeting(){ 
    document.location.href='/nomem/meetingList.ws'
}//만남의광장

function sms_list(){ 
    document.location.href='/nomem/smsList.ws'
}//문자프로포즈

function feel_list(){ 
    document.location.href='/nomem/feelList.ws'
}//기분좋은만남

function realtime(){ 
    document.location.href='/nomem/onlineList.ws'
}//실시간채팅

function photo_list(){ 
    document.location.href='/nomem/mainPhotoList.ws'
}//포토미팅

function search_member(){ 
    document.location.href='/nomem/profileSearch.ws'
}//회원검색

function ranking(){ 
	//error_message_view("준비중입니다","");
    document.location.href='/nomem/pointRanking.ws'
}//인기순위

function item_mall(){ 
    document.location.href='/nomem/meetingItem.ws'
}//아이템몰

function mypage(){ 
    document.location.href='/formem/mypage/index.ws'
}//마이페이지



/****** 좌측 소메뉴 링크 ******/

function start() {
startpage.style.behavior='url(#default#homepage)';
startpage.setHomePage('http://www.wansolove.com');
}//시작페이지설정

function favorite(){ 
	window.external.AddFavorite('http://www.wansolove.com','♡♥두근두근 설레는 만남! 완소러브!♥♡');
}//즐겨찾기추가



/****** 우측 소메뉴 링크 ******/

function goto_home(){ 
    document.location.href='/index.ws'
}//홈으로

function login(){ 
    document.location.href='/member/login.ws'
}//로그인

function logout(){ 
    document.location.href='/formem/logout.ws'
}//로그아웃

function join_us(){ 
    document.location.href='/member/nameCheck.ws'
}//회원가입

/*
function cash_charge(){ 
    document.location.href='/bank/cash_charge.jsp'
}//캐쉬충전
*/

function memobox(){ 
    document.location.href='/formem/mypage/memo1.ws'
}//쪽지함

function cs_center(){ 
    document.location.href='/cs_center/faq.ws'
}//고객센터



/****** 기타 링크 ******/

function real_member(){ 
    document.location.href='/formem/member/realMember.ws'
}//정회원가입페이지

function knowhow(){ 
    document.location.href='/cs_center/knowhow.ws'
}//정회원가입페이지

function preview(){ 
    document.location.href='/cs_center/preview.ws'
}//정회원가입페이지



/***** 팝업창*****/

search_info= function() {
	open('/popup/passwdSearch.ws','search_info','width=400,height=450,scrollbars=no');
}//아이디,비번찾기

cash_charge= function() {
	open('/formem/payment/cashCharge.ws','cash_charge','width=400,height=450,scrollbars=no');
}//캐쉬충전

blacklist= function() {
	open('/formem/popup/black_list.jsp','blacklist','width=400,height=400,scrollbars=no');
}//블랙리스트

main_photo= function() {
	open('/formem/popup/mainPhotoModify.ws','main_photo','width=400,height=450,scrollbars=no');
}//대표사진등록

memo_send= function(recv_userid) {
	open('/formem/popup/memoWrite.ws?recvProfile.userId='+recv_userid,'memo_send','width=400,height=450,scrollbars=no');
}//쪽지보내기

chat_invite= function(recv_userid) {
	open('/formem/popup/chatInviteInit.ws?inviteRecvUser.userId='+recv_userid,'chat_invite','width=370,height=420,scrollbars=no');
}//채팅신청

add_friend= function(friend_userid) {
	open('/formem/popup/friend.ws?friendUserId='+friend_userid,'add_friend','width=400,height=320,scrollbars=no');
}//친구추가

recommend= function(recv_userid) {
	open('/formem/popup/recommend.ws?recvUserId='+recv_userid,'recommend','width=400,height=400,scrollbars=no');
}//추천하기

sms = function(userid) {
	open('/formem/popup/safeSmsWrite.ws?recvProfile.userId='+userid,'safesms','width=500,height=413,scrollbars=no');
}//안심문자

lovecall= function(userid) {
	open('/formem/popup/loveCall.ws?recvProfile.userId='+userid,'lovecall','width=400,height=600,scrollbars=no');
}//러브호출

item_buy_meet= function(itemkind) {
	var itempop = open('/formem/popup/itemBuyMeet.ws?itemKind='+itemkind,'item_buy','width=400,height=450,scrollbars=no');
	//itempop.focus();
}//미팅아이템구매

item_buy_skin= function() {
	open('/formem/popup/item_buy_skin.jsp','item_buy_skin','width=400,height=450,scrollbars=no');
}//프로필스킨 구매

item_gift_skin= function() {
	open('/formem/popup/item_gift_skin.jsp','item_gift_skin','width=400,height=450,scrollbars=no');
}//프로필스킨 선물

preview_skin= function() {
	open('/formem/popup/preview_skin.jsp','preview_skin','width=940,height=725,scrollbars=no');
}//프로필스킨 미리보기

make_room= function() {
	open('/formem/popup/makeChatRoom.ws','make_room','width=380,height=400,scrollbars=no');
}//채팅방만들기

help_chat= function() {
	open('/formem/popup/help_chat1.jsp','help_chat','width=540,height=660,scrollbars=no');
}//채팅도움말--남자

help_chat_w= function() {
	open('/formem/popup/help_chat1_w.jsp','help_chat','width=540,height=660,scrollbars=no');
}//채팅도움말--여자

police= function() {
	open('/formem/popup/police.ws','police','width=400,height=400,scrollbars=no');
}//신고하기

question= function() {
	open('/formem/popup/question.ws','police','width=400,height=400,scrollbars=no');
}//문의하기

company= function() {
	open('/popup/company.jsp','company','width=450,height=500,scrollbars=no');
}//회사소개

help_freeps= function() {
	open('/popup/help_freeps.jsp','search_info','width=510,height=430,scrollbars=yes');
}//아이디,비번찾기
