// This uses the mootools framework to move the side menu

window.addEvent('domready', function() {
		
   SqueezeBox.open('player.html', {handler: 'iframe',size:{x:800,y:510}});
									 
});