function flashView(select, url, width, height, backgroundColor){	$(select).html('<embed src="'+url+'" width="'+width+'" height="'+height+'" bgcolor="'+backgroundColor+'" wmode="opaque" type="application/x-shockwave-flash"/>');}
