function vod(src,w,h){
	html = '';
	html += '<embed src="'+src+'" height="'+h+'" autostart=true showcontrols="true" showstatusbar=true style="filter:gray()" width="'+w+'">';
	document.write(html);
}
function popCS(wzURL) 
{	
	var win = window.open(""+wzURL+"","hievent","scrollbars=no, width=378,height=565,top=0,left=350,resizable=no");
	win.focus();
}
function popVod(wzURL) 
{	
	var win = window.open("vodplay.html","hiVod","scrollbars=no, width=320,height=309,top=0,left=350,resizable=no");
	win.focus();
}

function search() {
	var frm = document.search_form;
	if (!frm.s_type.value)
	{
		alert("°Ë»ö ºÐ·ù¸¦ ¼±ÅÃÇØÁÖ¼¼¿ä.");
		return;
	}
	
	frm.submit();
}
