
function popUp(url, w, h)
{
window.open(url, null, 'top=50,left=50,scrollbars=1,resizable=yes,width='+w+',height='+h); 
return false;
}

