﻿<!--

function open_popup_window(url, popupname, win_width, win_height, location, menubar, toolbar, resize, scrollbars)
{
   newWindow=window.open(url, popupname, 'location='+location+',menubar='+menubar+',toolbar='+toolbar+',resizable='+resize+',scrollbars='+scrollbars+',width='+win_width+',height='+win_height+',status=1');
}

// -->

