function popup(url,w,h)
{
window.open(url, "popup", "toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, copyhistory=no, width="+w+", height="+h+", left=25, top=0");
}
