function openwin(url)
{
newwin = window.open(url ,'newwindow','height=360, width=705,toolbar=no, menubar=no,scrollbars=yes, resizable=auto,location=no, status=no')
newwin.creator = self;
newwin.focus();
}


function defaul_home(){
this.home.style.behavior='url(#default#homepage)';this.home.setHomePage('http://vod.js.chinavnet.com/');
}




