function gup()
{
	var check = 0;
	var URL = unescape(location.href);
	var xstart = URL.lastIndexOf("/") + 1
	var xend = URL.length
	var hereName = URL.substring(xstart,xend)
	if (hereName === 'index.php')
		check=1;
	if (hereName === '')
		check=1;
    return check;
}
var home = gup();
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" name="myFlashObject" width="800" height="228" id="myFlashObject">');
document.write('<param name="movie" value="flash/menu.swf">');
document.write('<param name="quality" value="high">');
document.write('<Param name=FlashVars VALUE="home='+home+'">');
document.write('<embed src="flash/menu.swf" width="800" height="228" quality="high" FlashVars="home='+home+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="myFlashObject"></embed>');
document.write('</object>');