function MM_openBrWindow(URL,WinName,Options){
	window.open(URL,WinName,Options);
}

function WinClose(){
  window.close();
}


