function changeImg(newVar) {
	defaultMc.setVariable("openContent", newVar);
}
function loginAction(mb_id) {
	defaultMc.setVariable("mb_id", mb_id);
}

function iframeFn (vsl, iLeft, iTop, iWidth, iHeigth) {
	document.all.contentView.style.display=vsl;
	document.all.contentView.style.marginLeft=iLeft;
	document.all.contentView.style.marginTop=iTop;
	document.all.contentView.style.width=iWidth;
	document.all.contentView.style.height=iHeigth;
	if (vsl == "none") {
		contentView.location.href = "blank.asp";
	}
}

function popClose()
{
		document.all.contentView.style.display='none';
		document.all.contentView.location.href = "/ask_09fw/blank.asp";
}

function iframeLnk (args) {
	contentView.location.href = args;
	
}

function celPop(imgUrl)
{
	window.open(imgUrl,'cele','width=528,height=700');
}

function info1(imgUrl)
{
	window.open('/ask_09fw/info/info.asp','info1','width=495,height=595');
}

function info2(imgUrl)
{
	window.open('/ask_09fw/info/info_01.asp','info2','width=495,height=595');
}

function eventScrap(imgUrl,categoryNo) 
{
	//alert(imgUrl);
	urlScrap('<a href=http://www.ask4.co.kr/ask_09fw/?tabloidId='+categoryNo+' target=_blank><img src="http://www.ask4.co.kr/'+imgUrl+'" border=0></a>');
	alert('ºí·Î±×³ª Ä«Æä¿¡ ½ºÅ©·¦ µî·Ï½Ã \n\nHTML¸ðµå ¼³Á¤ÈÄ CTRL + V(ºÙ¿©³Ö±â) \n\nÇØÁÖ½Ã¸é ÀÚµ¿À¸·Î Ãß°¡µË´Ï´Ù.')
}

function urlScrap(item)
{
	window.clipboardData.setData("Text",item); 
}
