function openMonkeyPopUp (theURL)  {
	MM_openBrWindow (theURL,'popWin','toolbar=yes,width=775,height=650');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
