function openwin(html,height,width) {
window.open (html, "newwindow", "height="+height+", width="+width+", toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no")

}



