function mando()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="780" height="575" id="m&o" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="m&o.swf" />');
	document.write('<param name="quality" value="high" /><param name="bgcolor" value="#D5E0ED" />');
	document.write('<embed src="m&o.swf" quality="high" width="780" height="575" name="m&o" bgcolor=#ECF1F7 align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}

function openWindow(url)
{
	var width=416;
	var height=500;
	x = (640 - width)/2, y = (480 - height)/2;

    if (screen) {
        y = (screen.availHeight - height)/2;
        x = (screen.availWidth - width)/2;
    }

    window.open(url,'newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x+', toolbar=no, status=no, menubar=no, scrollbars=yes');
}