function emailPop(newsMLId){
		var style = "width=600,height=630,top=10,left=100";
		window.open("../pop/EmailSend.jsp?newsMLId="+newsMLId,"emailpop",style);
	}

	function printPop(newsMLId){
		var style = "width=630,height=700,top=10,left=100,scrollbars=yes, menubar=no, toolbar=no, status=no";
		window.open("../pop/NewsPrint.jsp?newsMLId="+newsMLId,"printpop",style);
	}
	
	function newsFlashPop(newsMLId){
		var style = "width=950,height=702,top=10,left=100";
		window.open("../pop/NewsFlash.jsp?newsMLId="+newsMLId,"newsFlash",style);
	}	

	function newsFlashPopMain(root,newsMLId){
		var style = "width=950,height=702,top=10,left=100";
		window.open(".."+root+"pop/NewsFlash.jsp?newsMLId="+newsMLId,"newsFlash",style);
	} 

 function mobkok(newsMLId){
  var style = "width=900,height=730,top=10,left=100";
  window.open("http://www.m-kok.com/w2p/mkok.jsp?mcode=10103&nid="+newsMLId,"mobkok",style);
 }