// JavaScript Document

//Swf Embed
function openSwf(swfName, swfColor, swfWidth, swfHeight) {
	document.write('<embed src="'+swfName+'" bgcolor="'+swfColor+'" width="'+swfWidth+'" height="'+swfHeight+'"  allowScriptAccess="sameDomain" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" />');
}