var popup;
function launchFlash () {
	window.name = "launchPage";
	popup = window.open("ShellLoader.html","popup","location=no, menubar=no, resizable=no,scrollbars=no,status=no,toolbar=no,width=930,height=590,left=10,top=10");
};

function setUserId(id) {
	/*
	var url = "http://windev.fallwebconcepts.com/stfrancis/survey.aspx?UserID="+id;
	window.location = url;
	popup.focus();
	*/
};

