// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function flashFinished(){
//alert ("the flash presentation has finished");
MM_goToURL('parent','file:///C|/Documents%20and%20Settings/Brian/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/MHJ498BI/survey.asp');
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}



function popUpFlash(){
	var win = null;
	var mypage='';
	var myname=''

	var	w=730;
	var	h=425;

	// center window
	var LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	var TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	var settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',resizable=0,status=1,scrollbars=0'
	// launch window
	flashwin = window.open(mypage,myname,settings)
}
