//createFlash.js
function CreateFlash(SRC, WIDTH, HEIGHT, QUALITY){
	document.write('<embed src=' + SRC + ' width=' + WIDTH + ' height=' + HEIGHT + ' quality=' + QUALITY + ' pluginspage=http://www.macromedia.com/go/getflashplayer>');
}
