window.addEvent('domready',function(){

	var nS1 = new noobSlide({
			box: $('box1'),
			items: [0,1,2,3],
			size: 510,
			autoPlay: true,
			addButtons: {
				previous: $('prev1'),
				next: $('next1')
			}
	});
	
});


Shadowbox.loadSkin('classic', 'includes/js/shadowbox/skin');
var options = {animate:false};

window.onload = function () {
	Shadowbox.init(options);alturaMenu()
	play_video('samsunge900.flv');
	if(typeof(r) != 'undefined') {
		Shadowbox.open({player:'iframe', content:site_base+'includes/clientes/mensagem_activa.php', width:300, height:80});
   }

	
}

function play_video(video) {
	swfobject.getObjectById('flashTV').PlayVideo('../../media/video/'+video);
}
