
<!-- function MM_openBrWindow(theURL,winName,features){window.open(theURL,winName,features);} -->
function ShowPopup(page,name,options)
{
Window = window.open(page,name,options);
}