var ireallyhaveflash = false;
if (((navigator.appName == "Netscape") && (parseFloat(navigator.appVersion) >= 4) && navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)) {
	if (navigator.plugins['Shockwave Flash'].description.indexOf("6.") != -1) ireallyhaveflash = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("7.") != -1) ireallyhaveflash = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("8.") != -1) ireallyhaveflash = true;
	if (navigator.plugins['Shockwave Flash'].description.indexOf("9.") != -1) ireallyhaveflash = true;
}
else if ( (navigator.userAgent) && (navigator.userAgent.indexOf("MSIE") >= 0) && (navigator.appVersion.toLowerCase().indexOf("win") != -1) ) {
	document.write('<script language=VBScript>');
	document.write('on error resume next \n');
	document.write('ireallyhaveflash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');
	document.write('ireallyhaveflash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.7"))) \n');
	document.write('ireallyhaveflash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.8"))) \n');
	document.write('ireallyhaveflash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.9"))) \n');
	document.write('<\/script>');
}
var onpic = 'pic1';
function pic_on(v) {
	if (document.all) document.all[v].style.display = "block";
	if (document.layers) document.layers[v].display = "block";
	if (document.getElementById) document.getElementById(v).style.display = "block";
}
function pic_off(v) {
	if (document.all) document.all[v].style.display = "none";
	if (document.layers) document.layers[v].display = "none";
	if (document.getElementById) document.getElementById(v).style.display = "none";
}
function picto(v) {
	pic_off(onpic);
	pic_on(v);
	onpic = v;
}
function pop(page, w, h, name) {
	specs = "toolbar=no,location=no,directories=no,status=no,scrollbars=no,width=" + w + ",height=" + h + ",menubar=no";
	z = window.open(page, name, specs);
	z.focus();
}
