 //*----------------------------------------------
//*  Update Log
//*  2009-11-06 Email Alerts
//*  2009-11-22 Instant Help
//*  2010-05-19 Wolf Bites
//*  2010-06-30 Testimonials
//*  2010-07-11 Sales Training/Courses/Order form
//*----------------------------------------------
	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;";  
//*----------------------------------------------
//* WHY US MENU
	pref="why-";
//*---------------------------------------------- 
if (thefile.substring(0,"why".length) == "why")	{
	with(milonic=new menuname("SideMenu")){	
  	style=sideMenuStyle;itemwidth=150;	alwaysvisible=1; orientation="vertical"; position="relative";	
	aI("text=<strong>WHY US?</strong>;url=" + pref + "intro" + lang );
//  	aI("text=<b>WHY US?</b>;url=why-intro.html" );
	aI("text=Ask Wolf;url=" +pref + "askwolf" + lang );
	aI("text=Unmarketing;url=" + pref + "unmarketing" + lang );
	aI("text=Email Alerts;url=" + pref + "alerts" + lang );	
	aI("text=Wolf Bites;url=" + pref + "wolfbites" + lang + ";showmenu=WOLFBITES;" );
	aI("text=Testimonials;url=" + pref + "testimonials" + lang );
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=15 border=0>');	
}
//*----------------------------------------------
//*   YOUR NEEDS
	pref="needs-"; 
//*----------------------------------------------
if (thefile.substring(0,"needs".length) == "needs")	{
	with(milonic=new menuname("SideMenu")){	
  	style=sideMenuStyle;itemwidth=150;	alwaysvisible=1; orientation="vertical"; position="relative";	
  	aI("text=<b>Your Needs</b>;url=" + pref + "intro" + lang );
	aI("text=Small&nbsp;Business&nbsp;Marketing;url=" +pref + "small-business-marketing" + lang );
	aI("text=New Biz;url=" + pref + "newbiz" + lang );
	aI("text=Established;url=" + pref + "established" + lang );	
	aI("text=Restaurant Marketing;url=" + pref + "restaurant" + lang );	
	aI("text=Instant Help;url=" + pref + "instant-help" + lang );	
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=15 border=0>');	
}
//*----------------------------------------------
//*   RIGHT-SIZED MARKETING
	pref="marketing-";
//*----------------------------------------------
if (thefile.substring(0,"marketing".length) == "marketing")	{
with(milonic=new menuname("SideMenu")){
style=sideMenuStyle;itemwidth=150;	alwaysvisible=1; orientation="vertical"; position="relative";	
	aI("text=<b>Right-Sized Services</b>;url=" + pref + "intro" + lang );	
	aI("text=Strategy;url=" +pref + "strategy" + lang );
	aI("text=What's the Plan?;url=" + pref + "plan" + lang );
	aI("text=Branding;url=" + pref + "branding" + lang ); 
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=15 border=0>');	
}

//*----------------------------------------------
//*   SALES TRAINING
	pref="sales-";
//*----------------------------------------------
if (thefile.substring(0,"sales".length) == "sales")	{
with(milonic=new menuname("SideMenu")){
style=sideMenuStyle;itemwidth=150;	alwaysvisible=1; orientation="vertical"; position="relative";	
	aI("text=<b>Sales Training</b>;url=" + pref + "management-training-intro" + lang );	
	aI("text=Selling Skills;url=" + pref + "training-course" + lang );
	aI("text=Free Sales Training;url=" + pref + "free-sales-training-form" + lang );
	} 
	drawMenus(); //* This is required for the following statement.
	document.write ('<img src="../images/spacer.gif" width=10 height=15 border=0>');	
}

drawMenus(); 