function updateURL(swf_file){
	var update_on = true;
	//
	if (navigator.userAgent.indexOf('Firefox') != -1 && navigator.appVersion.indexOf("Mac")!=-1) update_on=false;
	//
	if (update_on){
		document.location.hash = "?load_stage="+swf_file;
	}
}
function updateTitle(swf_title){
	document.title =  "Dream Awake | "+swf_title;
}
