function mbsNewWindow (myUrl,myWidth,myHeight)
{
	window.open(myUrl,"","width="+myWidth+",height="+myHeight+",resizable=no,scrollbars=no,toolbar=no,menubar=no");
}