// JavaScript Document
// Website files designed and built by Bewebsmart UK Designs, 2006
// This file is copyright and Bewebsmart is a UK registered trademark

function ShowTitleFlash()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + stf1_movie_width + '" height="' + stf1_movie_height + '" title="' + stf1_movie_title + '">\n');
    document.write('<param name="movie" value="' + stf1_movie_name + '"/>\n');
    document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<embed src="' + stf1_movie_name + '"quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + stf1_movie_width + '" height="' + stf1_movie_height + '"></embed>\n');
	document.write('</object>\n');
}

// End of Javascript File