function SearchCheck(){
if(search_form.search.value == 0){
alert("°Ë»ö¾î°¡ ºñ¾ú½À´Ï´Ù.");
search_form.search.focus();
return false;
}return true;
}

function Page_Go(URL){
this.location.href = URL;
}


function Page_Goto(backurl,bigkey,middlekey,smallkey,indexcontents,pageno){
this.location.href = backurl;
}

function MV_TV(no){
var url = 'http://www.prodance.co.kr/TV/spl.asp?no='+no;
window.open(url,"MV_TV","status=no,resizable=no,width=469,height=452,scrollbars=no,top=10,left=10"); 
}

function inCell(cell, cellcolor){
if (!cell.contains(event.fromElement)){
cell.bgColor = cellcolor;  
}
}

function outCell(cell, cellcolor){
if (!cell.contains(event.toElement)){
cell.bgColor = cellcolor;
}
}
