// JavaScript Document
$(document).ready(function(){	
	
	$(function() {
		
		$('#MenuPrincipale li > ul').each(function(i) {
		var parent_li = $(this).parent('li');
		var sub_ul = $(this).remove();
		parent_li.find('a').click(function() {
						   
		sub_ul.slideToggle(250);
		return(false);
		});
		parent_li.append(sub_ul);
		});
		$('#MenuPrincipale ul ul').hide();
	
	});

});
function videowrite(videoval,titoloval) {
	$("#video").html("<video width='633' height='326' controls autoplay poster='http://www.fourweb.net/writable/Portfolio/"+videoval+".jpg'><source src='http://www.fourweb.net/writable/Video/"+videoval+".mp4'  type='video/mp4'  /><source src='http://www.fourweb.net/writable/Video/"+videoval+".ogv'  type='video/ogg'  /><object width='633' height='326' type='application/x-shockwave-flash' data='player.swf'><param name='movie' value='player.swf' /><param name='flashvars' value='image=http://www.fourweb.net/writable/Portfolio/"+videoval+".jpg&amp;file=http://www.fourweb.net/writable/Video/"+videoval+".flv' /><img src='http://www.fourweb.net/writable/Portfolio/"+videoval+".jpg' width='633' height='336' alt='"+titoloval+"' title='Impossibile riprodurre il video' /></object></video><div align='right'><img src='images/html5video.gif' width='120' height='42' alt='HTML5 Video' /></div>");

}
