


function initialize() {
$("about").qtip({
   content: 'Presets, presets and more presets. Let\'s spice it up a little with our own style!',
   style: { 
      width: 200,
      padding: 5,
      background: '#A2D959',
      color: 'black',
      textAlign: 'center',
      border: {
         width: 7,
         radius: 5,
         color: '#A2D959'
      },
      tip: 'bottomLeft',
      name: 'dark'
   }
});
}

function startDownload () {
	var url = 'http://video.golden-circle.me/Presentation_xs.wmv';	
	window.open (url, 'Download');
}

function play () {
	ply.sendEvent("PLAY");
}

function stop () {
	ply.sendEvent("STOP");
}

screen ();

function screen () {
	ply.addListener("FULLSCREEN",FullScreenWiew);
}

