﻿function showmovie(strFilename)
{
	var sw;
	if (screen.width <= 800) {
		sw = 780;
	} else if (screen.width > 800) {
		sw = 1010;
	}
   document.write('<EMBED src="/flash/' + strFilename + '.swf" quality="high" WMODE="transparent" WIDTH="' + sw + '" HEIGHT="155" TYPE="application/x-shockwave-flash" />');
}
