
// window pop-up
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// methods called from flash
function flashLink(type)
{
	switch(type)
	{
		// link to "Vip Sign Up Form"
		case "vipLink":
			MM_openBrWindow('http://www.theborgata.com/nightlife/pop_nightlife/form3.cfm','borgata_connect','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "Mur.Mur"
		case "murmur_menu":
			MM_openBrWindow('pdf/menus/drinks_murmur.pdf','murmur_menu','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "Mix"
		case "mixx_menu":
			MM_openBrWindow('pdf/menus/drinks_mixx.pdf','mixx_menu','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "Gypsy Bar"
		case "gypsy_menu":
			MM_openBrWindow('pdf/menus/drinks_gypsy_tequilla.pdf','gypsy_menu','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "theBorgata.com"
		case "theBorgata":
			MM_openBrWindow('http://www.theborgata.com/','borgata_home','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "Book a Room"
		case "bookRoom":
			MM_openBrWindow('http://www.theborgata.com/resnet.cfm','borgata_reservations','toolbar=yes, location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes')
			break;
		// link to "Bottle Service"
		case "bottleservice":
			MM_openBrWindow('http://www.theborgata.com/bottle_form.cfm','borgata_bottleservice','scrollbars=yes,width=700,height=570')
			break;
		// link to "Upcoming events pop up - Bottle Service"
		case "request_bottleservice":
			MM_openBrWindow('http://www.theborgata.com/bottle_form.cfm','request_bottleservice','scrollbars=yes,width=700,height=570')
			break;
		// link to "Privacy Policy"
		case "privacy":
			MM_openBrWindow('info/privacy.cfm','privacy','scrollbars=yes,width=562,height=450')
			break;
		// link to "Photo Policy"
		case "photo_policy":
			MM_openBrWindow('info/photo_policy.cfm','photo_policy','scrollbars=yes,width=562,height=350')
			break;
		// link to "Photo Credits"
		case "credits":
			MM_openBrWindow('info/credits.cfm','credits','scrollbars=yes,width=562,height=400')
			break;
		// link to "Bachelor / Bachelorette Party Form"
		case "bachelor":
			MM_openBrWindow('http://www.theborgata.com/nightlife/pop_nightlife/form1.cfm','bachelor','scrollbars=yes,width=580,height=600,status=yes,resizable=yes')
			break;
	}
}
