function MM_popupMsg(msg)
{
  alert(msg);
}

function popWindow2(openMe)
{
	pop2=window.open(openMe,"popUpWindow2","width=660,height=500,resizable=yes,scrollbars=no");
}

function popWindow4(openMe)
{
	pop4=window.open(openMe,"popUpWindow4","width=240,height=190,resizable=yes,scrollbars=yes");
}
