function opennew(htmlurl,w,h) {
var newwin=window.open(htmlurl,"cwjh_win","scrollbars=yes,top=100,left=200,width="+w+",height="+h+"");
newwin.focus();
return false;
}
