<!--
		var MM_contentVersion = 6;
		var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
		if (plugin) {
				var words = navigator.plugins["Shockwave Flash"].description.split(" ");
				for (var i = 0; i < words.length; ++i)
				{
				if (isNaN(parseInt(words[i])))
				continue;
				var MM_PluginVersion = words[i]; 
				}
			var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
		}
		else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
		   && (navigator.appVersion.indexOf("Win") != -1)) {
			document.write('<scr' + 'ipt language=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
			document.write('on error resume next \n');
			document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
			document.write('</scr' + 'ipt\> \n');
		}
function getHeaderImage(swfHeader,imageHeader,iWidth,iHeight){
		if (MM_FlashCanPlay) {
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
			document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
			document.write(' id="imageHeader" width="'+iWidth+'" height="'+iHeight+'" align="">');
			document.write(' <param name=movie value="../../swf/'+swfHeader+'.swf"> <param name=quality value=high> <param name="BASE" value=".">  '); 
			document.write(' <embed src="../../swf/'+swfHeader+'.swf" quality=high  ');
			document.write(' swLiveConnect=false width="'+iWidth+'" height="'+iHeight+'" name="open_head" align="" base="."  ');
			document.write(' type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">');
			document.write(' </embed></object>');
		}else{
			document.write('<img src="'+imageHeader+'" width="'+iWidth+'" height="'+iHeight+'" />');
		}
}
function doNotice(){
		if (!MM_FlashCanPlay) {
			document.write('<span class="notice">It seems you do not have the Flash player installed. ');
			document.write('You will not be able to view the flash movies, unless you install the free Flash player, available at the Macromedia site: <a href="http://www.macromedia.com/go/getflashplayer" target="_blank">click here</a>.<br>');
			document.write('Alternatively you can watch the demo movies using the standalone version (for Windows) which you can find under the "<a href="../../demo/standalone/" target="_blank">/demo/standalone/</a>" directory on the cd-rom.</span><br>&nbsp;');
		}
}

var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height){
  if(popUpWin){
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function UnScrambleMailLink(emailAddress)
{
	var eMail;
	var re;
	var link;
	
	eMail = emailAddress;
	
	re= /_at_/gi;
	eMail = eMail.replace(re,'@');
	
	re= /_dot_/gi;
	eMail = eMail.replace(re,'.');
	link = "mai" + "lto" + ":" + eMail;
	window.open(link);
}
//-->