function flashprm(){
	var vals = document.location.search;
	if (vals.length>0){
		val = vals.split("=");
		return( "info=" + val[1] );
	}
}
