function MM_openBrWindow(theURL,winName,features) 
{ 
	//v2.0   
	window.open(theURL,winName,features);
}

function ShowBenefit(ID)
{
	var strURL;

	strURL = "/ShowBenefit.asp?BenefitID=" + ID;

	window.open(strURL,"wBenefit","height=400,width=400,toolbar=no,location=no,scrollbars=yes,menubar=no,statusbar=no");
}

function OpenAppForm()
{
	var hWndApp;

	hWndApp = window.open("/guild_app.asp","wApp","height=495,width=600,location=no,menubar=no,scrollbars=yes");
	hWndApp.focus();
}

// SWFObject.registerObject("myFlashContent", "9.0.0", "expressInstall.swf");
