
function embed(fla) {
	if(fla == 'top'){
		document.write('<embed src="images/top.swf" quality="best" pluginspage="http://www.adobe.com/shockwave/download/" type="application/x-shockwave-flash" ');
		document.write('width="796" height="400" alt=" " bgcolor="FFFFFF" ></embed>');
	}
}
