var MSIE;
if (document.all && navigator.userAgent.indexOf('MSIE')>-1) MSIE=1;
else MSIE=0;

function openImage(file,gid) {
	window.open('image.php?file='+file+'&gid='+gid,'detail',' width=200, height=200, toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=no');
}

function flashTitle() {
	var flash='';
	if (MSIE) {
		flash+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="468" width="321">';
		flash+='<param name="movie" value="img/ani.swf"/>';
	}
	else {
		flash+='<object type="application/x-shockwave-flash" data="img/ani.swf" height="468" width="321">';
	}
	flash+='<param name="allowScriptAccess" value="sameDomain"/><param name="quality" value="high"/><param name="wmode" value="transparent"/>';
	flash+='</object>';
	document.getElementById('flashtitle').innerHTML=flash;
}
