function DoNothing()
{
}

function PopUpWindow1(url, name, widgets)
{
popupWin=window.open("http://www.aheadmaster.com/cgi-bin/b2g.cgi/r/http://www.aheadmaster.com/ImgSys/" +url, name, widgets);
popupWin.opener.top.name="opener";
popupWin.focus();
}

function PopUpWindow2(FormName,url, PopName, widgets)
{
var theForm=eval("document."+FormName);
theForm.target=PopName;
popupWin=window.open("http://www.aheadmaster.com/cgi-bin/b2g.cgi/r/http://www.aheadmaster.com/ImgSys/" +url, PopName, widgets);
popupWin.opener.top.name="opener";
popupWin.focus();
}
