function openPopup(page, name, width, height)
{
var page0 = page;
var name0 = name;
popup=open(page0,name0,
"width="+width+",height="+height+",left=100,top=100,statusbar=no,scrollbars=yes,resizable=yes");
popup.focus();
}

