﻿var gomNotice, gooNotice

function PopMain(popNo){
	document.getElementById("mainPop1").style.display ="none" ;
//	document.getElementById("mainPop2").style.display ="none" ;
//	document.getElementById("mainPop3").style.display ="none" ;

	document.getElementById("popimg1").src ="../images/main/pop_btn01.gif" ;
//	document.getElementById("popimg2").src ="../images/main/pop_btn02.gif" ;
//	document.getElementById("popimg3").src ="../images/main/pop_btn03.gif" ;
	
	document.getElementById("mainPop"+popNo).style.display ="block" ;
//	document.getElementById("popimg"+popNo).src  ="../images/main/pop_btn0"+popNo+"_on.gif" ;    
	
}


function PopNews(popName){
	document.getElementById("divMainNews").style.display ="none" ;
	document.getElementById("divMainReport").style.display ="none" ;
	document.getElementById("divMainNotice").style.display ="none" ;


	document.getElementById("imgMainNews").src ="../images/main/notice_tab01.gif" ;
	document.getElementById("imgMainReport").src ="../images/main/notice_tab02.gif" ;
	document.getElementById("imgMainNotice").src ="../images/main/notice_tab03.gif" ;


	document.getElementById(popName).style.display ="block" ;
	if(popName=="divMainNews")   document.getElementById("imgMainNews").src ="../images/main/notice_tab01_on.gif" ;  
	if(popName=="divMainReport") document.getElementById("imgMainReport").src ="../images/main/notice_tab02_on.gif" ;
	if(popName=="divMainNotice") document.getElementById("imgMainNotice").src ="../images/main/notice_tab03_on.gif" ;
	gomNotice = popName ;
	
}
function PopNews2(popName){
	document.getElementById("divMainNews2").style.display ="none" ;
	document.getElementById("divMainRec").style.display ="none" ;


	document.getElementById("imgMainNews2").src ="../images/main/city_tab01.gif" ;
	document.getElementById("imgMainRec").src ="../images/main/city_tab02.gif" ;


	document.getElementById(popName).style.display ="block" ;
	
	if(popName=="divMainNews2")   document.getElementById("imgMainNews2").src ="../images/main/city_tab01_on.gif" ;  
	if(popName=="divMainRec") document.getElementById("imgMainRec").src ="../images/main/city_tab02_on.gif" ;
	
	gooNotice = popName ;
}
function goMbbs(){
	if(gomNotice=="divMainNews")   document.location.href  ="/board/list.asp?bid=1&page=1" ;  
	if(gomNotice=="divMainReport") document.location.href  ="/board/list.asp?bid=2&page=1" ;  
	if(gomNotice=="divMainNotice") document.location.href  ="/board/list.asp?bid=3&page=1" ;  
}
function goObbs(){
	if(gooNotice=="divMainNews2")   document.location.href  ="/org/list.asp?bid=36&page=1" ;      
	if(gooNotice=="divMainRec")     document.location.href  ="/org/list.asp?bid=38&page=1" ;       
}

function OpenWebzine(url) {
	MM_openBrWindow(url, '', 'width=1003,height=720,scrollbars=1,resizable=0');
}  
			function MM_openBrWindow(theURL, winName, features) { //v2.0
				window.open(theURL, winName, features);
			}