function vodOpen(nurl, noption) {
  nurl = "/eng/main/program_vod.asp";
  var w = (screen.width-320)/2;
	var h = (screen.height-240)/2;
  window.open(nurl, 'openVod', 'top='+h+', left='+w+', menubars=no,scrollbars=no, width=320, height=240');
}


function FamilyIO(ptype){
  if ( ptype == "on" ) {
    $("family_id_01").setProperties( {"class": "koitaInfo skip"} );
    $("family_id_02").setProperties( {"class": "koitaInfo"} );
  }else if ( ptype == "off" ) {
    $("family_id_01").setProperties( {"class": "koitaInfo"} );
    $("family_id_02").setProperties( {"class": "koitaInfo skip"} );
  }
}