
var win1 = new Object;
function pop(page,top,left,width,height,resize,scroll,fullscreen){
closepop();
win1 = eval("window.open('" + page + "','popup','top=" + top + ",left=" + left + ",width=" + width + ",height=" + height + ",resizable=" + resize + ",scrollbars=" + scroll + "');")
}
function closepop(){
if (win1.closed == false)
	{win1.close();}
      }


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
