if (flashinstalled == 2)
{
	if (flashversion) {
	document.write('<center><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="730" height="270">');
  	document.write('<param name="movie" value="main.swf">');
  	document.write('<param name="quality" value="high">');
  	document.write('<embed src="main.swf" quality="high" name="detection" swLiveConnect="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="730" height="270"></embed>');
	document.write('</object></center>');
	}
	else {
	document.write('<table align="center" width="730" height="270" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr height="31"><td height="31"><a href="index.html"><img src="title.gif" width="184" height="31" border="0" /></a></td>');
	document.write('<td height="31"><img src="spacer.gif" width="546" height="31" /></td></tr>');
	document.write('<tr><td colspan="2" height="167"><img src="newtop.gif" width="730" height="167" /></td></tr>');
	document.write('<tr><td width="730" height="72" colspan="2" bgcolor="#FFFFFF" id="topmenu"><a href="gallery.html">Gallery</a> &nbsp; <a href="index.html">Profile</a> &nbsp; <a href="contact.html">Contact</a> &nbsp; <a href="news.html">News</a> &nbsp; &nbsp; &nbsp; </td></tr>');
	document.write('</table>');
	}
}
else if (flashinstalled == 1) {
	document.write('<table align="center" width="730" height="270" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr height="31"><td height="31"><a href="index.html"><img src="title.gif" width="184" height="31" border="0" /></a></td>');
	document.write('<td height="31"><img src="spacer.gif" width="546" height="31" /></td></tr>');
	document.write('<tr><td colspan="2" height="167"><img src="newtop.gif" width="730" height="167" /></td></tr>');
	document.write('<tr><td width="730" height="72" colspan="2" bgcolor="#FFFFFF" id="topmenu"><a href="gallery.html">Gallery</a> &nbsp; <a href="index.html">Profile</a> &nbsp; <a href="contact.html">Contact</a> &nbsp; <a href="news.html">News</a> &nbsp; &nbsp; &nbsp; </td></tr>');
	document.write('</table>');
	}
else {
	document.write('<table align="center" width="730" height="270" border="0" cellpadding="0" cellspacing="0">');
	document.write('<tr height="31"><td height="31"><a href="index.html"><img src="title.gif" width="184" height="31" border="0" /></a></td>');
	document.write('<td height="31"><img src="spacer.gif" width="546" height="31" /></td></tr>');
	document.write('<tr><td colspan="2" height="167"><img src="newtop.gif" width="730" height="167" /></td></tr>');
	document.write('<tr><td width="730" height="72" colspan="2" bgcolor="#FFFFFF" id="topmenu"><a href="gallery.html">Gallery</a> &nbsp; <a href="index.html">Profile</a> &nbsp; <a href="contact.html">Contact</a> &nbsp; <a href="news.html">News</a> &nbsp; &nbsp; &nbsp; </td></tr>');
	document.write('</table>');
	}