
function OpenWindow(page,h,w) {
OpenWin = this.open(page, "Picture", "height="+h+",width="+w+",toolbar=yes,menubar=yes,location=no,scrollbars=yes,resize=yes");
}