

function GoMenu(name, win) {
  if (eval(name) == "") {
		return;	
	} else {
		if (win == null) {
			document.location.href = eval(name);	  
			
		} else {
			window.open(eval(name), win);
		}
	}
}

// ±Û·Î¹ú ¸Þ´º
menu01="http://www.jspictures.tv/index.php";   // HOME
//menu02="http://www.jspictures.tv/membership/login.html";  // LOGIN
menu03="";  // ENGLISH
menu04="http://www.jspictures.tv/etc/sitemap.html";  // SITEMAP
menu05="http://www.jspictures.tv/board/boardList.php?db=customer"; 
menu06="http://www.jspictures.tv/jsworld/partnership.php"; 

// »ó´Ü ¸Þ´º 
menu0101="http://www.jspictures.tv/company/concept.html";
menu0102="http://www.jspictures.tv/company/history.html";
menu0103="http://www.jspictures.tv/company/ceo.html";
menu0104="http://www.jspictures.tv/company/org.html";
menu0105="http://www.jspictures.tv/company/vision.html";
menu0106="http://www.jspictures.tv/company/biz.html";
menu0107="http://www.jspictures.tv/company/ci.html";
menu0108="http://www.jspictures.tv/company/contact.html";

menu0201="http://www.jspictures.tv/board/boardList.php?db=bodo";
menu0202="http://www.jspictures.tv/board/boardList.php?db=news";
menu0203="http://www.jspictures.tv/board/boardList.php?db=notice";

//menu0301="http://www.jspictures.tv/dev/board/boardList.php?db=gongsi";
menu0301="http://www.jspictures.tv/ir/open_list.html";
menu0302="http://www.jspictures.tv/ir/stock.html";
menu0303="http://www.jspictures.tv/ir/account.html";
menu0304="http://www.jspictures.tv/board/boardList.php?db=ir";
menu0305="http://www.jspictures.tv/ir/investor.html";

menu0401="http://www.jspictures.tv/board/boardList.php?db=job";
menu0402="http://www.jspictures.tv/recruit/apply.php";


menu0501="http://www.jspictures.tv/portfolio/dramaList.php";
menu0502="http://www.jspictures.tv/portfolio/culture_list.html";
menu0503="http://www.jspictures.tv/portfolio/enter_list.html";
menu0504="http://www.jspictures.tv/portfolio/movie_list.html";
menu0505="http://www.jspictures.tv/portfolio/management_list.html";
menu0506="http://www.jspictures.tv/portfolio/performance_list.html";

menu0601="http://www.jspictures.tv/jsworld/poll_list.php";
menu0602="http://www.jspictures.tv/jsworld/location_list.php";
menu0603="http://www.jspictures.tv/board/boardList.php?db=club";
menu0604="http://www.jspictures.tv/jsworld/partnership.html";

document.writeln('<meta http-equiv=imagetoolbar content=no>');



//¼ýÀÚÀÎÁö Ã¼Å©
function isNumericDot( value )
{	
	if (value == 8 || value == 9 || value == 13 || (value >= 37 && value <= 40) || value == 46 || (value >= 48 && value <= 57) ||  value == 110 || value == 190 || value == 192 || value == 27 || value == 116 || (value >= 96 && value <= 105))
		 return true;
	else return false;
}
// ¼ýÀÚ¸¸ ÀÔ·Â
// onkeydownÀ» »ç¿ëÇÒ °Í 2004/05/08 - ¹ÚÀÏÇü
function num_chekDot() { 
  if (isNumericDot(event.keyCode)==false){
		alert("¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.");
		event.returnValue=false;
	}
}

//¼ýÀÚÀÎÁö Ã¼Å©
function isNumeric( value )
{
	if (value == 8 || value == 9 || value == 13 || (value >= 37 && value <= 40) || value == 46 || value == 27 || value == 116 || (value >= 48 && value <= 57) || (value >= 96 && value <= 105))
		 return true;
	else return false;
}
// ¼ýÀÚ¸¸ ÀÔ·Â
// onkeydownÀ» »ç¿ëÇÒ °Í 2004/05/08 - ¹ÚÀÏÇü
function num_chek() { 
  if (isNumeric(event.keyCode)==false){
		alert("¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.");
		event.returnValue=false;
	}
}

//¿µ¹®. ¼ýÀÚ Ã¼Å©
function isEngNum(val){
	if(val>127){
		return false;
	}else{
		return true;
	}
} 

function checkEngNum() {
  if (isEngNum(event.keyCode)==false){
		alert("¿µ¹® ¶Ç´Â ¼ýÀÚ¸¸ ÀÔ·Â °¡´ÉÇÕ´Ï´Ù.");
		event.returnValue=false;
	}
}

document.write('<div id="global" style="position:absolute; left:736px; top:9px; width:177px; height:23px; z-index:2" align="right">');

document.write('</div>');
