function OpenContact(http)
{
	var wName = window.open(http, 'contact', 'width=640,height=400,resisable=yes,scrollbars=yes');
	wName.focus();
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
 if (theURL=="/recommendation.htm") {
  theURL=theURL+"?p="+document.URL; 
 }
  window.open(theURL,winName,features);
}
