var version = navigator.appVersion;
version = version.substring(0,1);
var browser = navigator.appName;
var flsh = 0;

if (browser =="Microsoft Internet Explorer" ){
	flsh = 1;
}
if (browser =="Netscape" && version >= "3"){
	for(i = 0; i < navigator.mimeTypes.length; i++) {
		if(navigator.mimeTypes[i].type == "application/x-shockwave-flash"){
			flsh = 1;
		}
	}
}
if (flsh == 1) {
	//document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='700' height='194'><param name='movie' value='/flash/top_title.swf'><param name='play' value='true'><param name='loop' value='true'><param name='qualty' value='high'><embed src='/flash/top_title.swf' width='700' height='194' type='application/x-shockwave-flash'></object>");
	document.write("<img src='/img/top_title.jpg' width='700' height='194'>");
} else {
	document.write("<img src='/img/top_title.jpg' width='700' height='194'>");
}


