// JavaScript Document
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function PopMeOz(){
	MM_openBrWindow('oz/index.html','OzWin','toolbar=yes,width=790,height=500,top=0,left=0,scrollbars=yes');
}
