window.onload = function(){
	highlightCurrentLink();
	
};

Shadowbox.init({
    language:   "en",
	players:  ['img', 'swf', 'flv']
});

var openShadowbox = function(content, player, title){
	var contentDir = '../../' + content;
	Shadowbox.open({
			player:     'flv',
			content:    contentDir,
			height:     256,
			width:      600,
			title:      title       
		}); 
};


