// JavaScript Document

function popup(url, h, w) {
window.open(url, "popup", "height="+h+",width="+w+",toolbar=no,scrollbars=yes")

}
