function index() {
	document.write('<embed src="images/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="280"></embed>');
}
function example_swf() {
	document.write('<embed src="index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="460"></embed>');
}
function swapImg(imgName,imgURL){
	document.images[imgName].src = imgURL;
}
