blob: f1160ff584d4c36b4accd276de963d49a823568e [file] [log] [blame]
var newwindow;
function popupwindow(url)
{
newwindow=window.open(url,'name','height=500,width=500,resizable=yes,scrollbars=yes');
if (window.focus) {
newwindow.focus()
}
}