// BIG JavaScript Document
var bigscript = {
	
	openMap:function() {
		
		Shadowbox.open({
				content:    'http://jointhebig.com/bigmap.html',
				title:      "BIG Wi-Fi Spots",
				player:     "iframe",
				height:     480,
				width:      640
		});
		
	},
	
	openVideo:function() {
		
		Shadowbox.open({
				content:    'http://www.youtube.com/v/841ZLM8s9AU&hl=en_US&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999',
				title:      "Discover BIG",
				player:     "swf",
				height:     505,
				width:      853
		});
		
	}
	
};

Shadowbox.init({
	language: 'en',
	players:  ['html', 'iframe', 'img'],
	troubleElements: ['select', 'embed', 'canvas']
});
