//*----------------------------------------------
//*  Update Log
//*//*   
//*----------------------------------------------
	var dir = location.href.substring(0,location.href.lastIndexOf('/')+1);
	var thefile = location.href.substring(dir.length,location.href.length+1);
	
//	alert(thefile);
//*----------------------------------------------
//*  GLOBAL LANGUAGE SUFFIX
//*----------------------------------------------
	lang = ".asp;";

if (homepg == 0) {

	with(milonic=new menuname("footer")){
	style=menufooterStyle;
	menuwidth=750; itemheight=4; top=995; screenposition="center"; alwaysvisible=1; orientation="horizontal";
	//aI("text=<b>HOME</b>;itemwidth=150;align=center;url=home" + lang);
	aI("text=<b>STATS & MAPS</b>;;itemwidth=150;align=center;url=stats-intro" + lang);
	aI("text=<b>PETITIONS & SURVEYS</b>;;itemwidth=150;align=center;url=involved-intro" + lang);
	aI("text=<b>REAL STORIES & HELP</b>;itemwidth=150;align=center;url=support-intro" + lang);
	aI("text=<b>DISCUSSION FORUM</b>;itemwidth=150;align=center;url=http://www.deadlygameschildrenplay.com/forum/index.php");
	aI("text=<b>CONTACT</b>;itemwidth=150;align=center;url=contact-form" + lang);
	}
}  // if home page

 
  
drawMenus();


 