function MM_openBrWindowForce(theURL,winName,features) {
 	var newWindow = window.open(theURL,winName,features);
	newWindow.focus();
}
function MM_callJS(jsStr) {
  return eval(jsStr)
}

