// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function ScrollingPopup (url, name, features)
{
	var hWnd = window.open(url, name, "width=640,height=640,scrollbars=yes,resizable=yes");
	// return false;
}