function OpenBrWindow(theURL,winName,features) {
	Window = window.open(theURL,winName,features);
}

function MediaWindow(){
	window.open("media.aspx","media","width=650,height=500,resizable=yes")
	//window.open("media.aspx")
}

function GalleryWindow(){
	window.open("gallery.aspx","gallery","width=650,height=500,resizable=yes,scrollbars=yes")
	//window.open("gallery.aspx")
}

function BioWindow(ID){
	window.open("bio.aspx?ID=" + ID,"bio","width=650,height=500,resizable=yes,scrollbars=yes")
}

function GetBanner(ID){
	switch(ID){
		case 1:
			window.open("http://www.aanf.org")
			break;
		case 2:
			window.open("http://www.chi-connections.com")
			break;
		case 3:
			window.open("http://www.vmfi.com")
			break;
	}
}

function PreOrderTickets(){
	alert("We are sorry but purchasing tickets online is no longer available.\nIf you have any questions please email billy@strategicentertainment.com")
	//alert("REMINDER!!\nThese tickets are \"Will Call\" and can be picked up at the entrance of the event. Please bring valid identification to verify purchase.")
	//document.PayPal_AdultTicket.submit();
}