	//edit the file to open here for all header include files
	function ShowPromo(whichone) 
	{	
		switch(whichone)
		{
			case 1:			//default promo
				window.open("http://localhost/xsgear/promos/monthly_promo.html","PromoWin","width=600,height=300");
				break;			
		}
	}
	
//generic window open function	
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
