/**
 * @author zeroan
 */
function changeNewsOfNewsMain(news_id, hit, main_print, sub_print, connect_news) {
	
	document.write("<div id='manageDiv'>");
	
	if(main_print!='' && main_print!=null && main_print!='0') {
		document.write("<b>m</b>");
		document.write("&nbsp;");
	}
	
	if(sub_print!='' && sub_print!=null && sub_print!='0') {
		document.write("<b>s</b>");
		document.write("&nbsp;");
	}
	
	if(connect_news!='' && connect_news!=null && connect_news!='0') {
		document.write("<b>link</b>");
		document.write("&nbsp;");
	}
	
	document.write("<a href='javascript:applyNewsMainPrint(\""+news_id+"\")'>");
	document.write("m");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:applyNewsSubPrint(\""+news_id+"\")'>");
	document.write("s");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changeNewsSubIndexUp(\""+news_id+"\")'>");
	document.write("+");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changeNewsSubIndexDown(\""+news_id+"\")'>");
	document.write("-");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changeNewsLink(\""+news_id+"\")'>");
	document.write("link");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("["+hit+"]");
	document.write("</div>");
}

function changeNewsOfNewsList(news_id, hit, main_print, sub_print, connect_news) {
	
	document.write("<div id='manageDiv'>");
	
	if(main_print!='' && main_print!=null && main_print!='0') {
		document.write("<b>m</b>");
		document.write("&nbsp;");
	}
	
	if(sub_print!='' && sub_print!=null && sub_print!='0') {
		document.write("<b>s</b>");
		document.write("&nbsp;");
	}
	
	if(connect_news!='' && connect_news!=null && connect_news!='0') {
		document.write("<b>link</b>");
		document.write("&nbsp;");
	}
	
	document.write("<a href='javascript:applyNewsMainPrint(\""+news_id+"\")'>");
	document.write("m");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:applyNewsSubPrint(\""+news_id+"\")'>");
	document.write("s");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changeNewsLink(\""+news_id+"\")'>");
	document.write("link");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("["+hit+"]");
	document.write("</div>");
}

function applyNewsMainPrint(news_id) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_applyNewsMainPrint.php?news_id="+news_id;
}

function applyNewsSubPrint(news_id) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_applyNewsSubPrint.php?news_id="+news_id;
}

function changeNewsSubIndexUp(news_id) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_changeNewsSubIndexUp.php?news_id="+news_id;
} 

function changeNewsSubIndexDown(news_id) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_changeNewsSubIndexDown.php?news_id="+news_id;
}

function changeNewsLink(news_id) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_changeNewsLink.php?news_id="+news_id;
}

function changePhotoNewsOfList(photoId, hit, main_print) {
	document.write("<div id='manageDiv' style='text-align:center'>");
	
	if(main_print=='1') {
		document.write("<b>m</b>");
		document.write("&nbsp;");
	}
	
	document.write("<a href='javascript:applyPhotoNewsMainPrint(\""+photoId+"\")'>");
	document.write("m");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changePhotoNewsMainIndexUp(\""+photoId+"\")'>");
	document.write("+");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changePhotoNewsMainIndexDown(\""+photoId+"\")'>");
	document.write("-");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("["+hit+"]");
	
	document.write("</div>");
}

function applyPhotoNewsMainPrint(photoId) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/photoNews/admin/_applyPhotoNewsMainPrint.php?photoId="+photoId;
//	location.href = "/main/photoNews/admin/_applyPhotoNewsMainPrint.php?photoId="+photoId;
}

function changePhotoNewsMainIndexUp(photoId) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/photoNews/admin/_changePhotoNewsMainIndexUp.php?photo_id="+photoId;
//	location.href = "/main/photoNews/admin/_changePhotoNewsMainIndexUp.php?photo_id="+photoId;
}

function changePhotoNewsMainIndexDown(photoId) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/photoNews/admin/_changePhotoNewsMainIndexDown.php?photo_id="+photoId;
	//location.href = "/main/photoNews/admin/_changePhotoNewsMainIndexDown.php?photo_id="+photoId;
}

function changeVodNewsOfList(vodId, hit, main_view) {
	document.write("<div id='manageDiv' style='text-align:center'>");
	
	if(main_view=='1') {
		document.write("<font color=blue><b>M</b></font>");
		document.write("&nbsp;");
	}else if(main_view=='2' || main_view=='3') {
		document.write("<font color=red><b>T</b></font>");
		document.write("&nbsp;");
	}
	
	document.write("<a href='javascript:applyVodNewsMainView(\""+vodId+"\")'>");
	document.write("m");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:applyVodNewsTopView(\""+vodId+"\")'>");
	document.write("t");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("["+hit+"]");
	
	document.write("</div>");
}

function applyVodNewsMainView(vodId) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/vod/admin/_applyVodNewsMainView.php?vodId="+vodId;
}

function applyVodNewsTopView(vodId) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/vod/admin/_applyVodNewsTopView.php?vodId="+vodId;
}

//¸ÞÀÎÆäÀÌÁö Çìµå¶óÀÎ¼ø¼­Á¶Á¤
function changeMainHeadLine(news_id, viewPoint, hit) {
	
	document.write("<span id='manageDiv'>");
	
	document.write("<a href='javascript:changeHeadlineIndexUp(\""+news_id+"\",\""+viewPoint+"\")'>");
	document.write("+");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("<a href='javascript:changeHeadlineIndexDown(\""+news_id+"\",\""+viewPoint+"\")'>");
	document.write("-");
	document.write("</a>");
	document.write("&nbsp;");
	document.write("["+hit+"]");
	
	document.write("</span>");
}

function changeHeadlineIndexUp(news_id, viewPoint) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_changeHeadlineIndexUp.php?news_id="+news_id+"&viewPoint="+viewPoint;
	//location.href = "/main/news/admin/_changeHeadlineIndexUp.php?news_id="+news_id+"&viewPoint="+viewPoint;
}

function changeHeadlineIndexDown(news_id, viewPoint) {
	var iframe = document.getElementById("_iframe");
	iframe.src = "/main/news/admin/_changeHeadlineIndexDown.php?news_id="+news_id+"&viewPoint="+viewPoint;
	//location.href = "/main/news/admin/_changeHeadlineIndexDown.php?news_id="+news_id+"&viewPoint="+viewPoint;
}



