/********************************************************************
 * Flash5.it	http://flash5.html.it/
 * Guida per la costruzione di un sito in Macromedia Flash5
 *
 * negatyve@libero.it
 *******************************************************************/
function riempi() { 
	if (window.screen) { 
		var w = screen.availWidth; 
		var h = screen.availHeight; 
		window.moveTo(0, 0); 
		window.resizeTo(w, h); 
	} 
} 

function lancia() {
	var w = screen.availwidth;
	var h = screen.availheight;
	if(w >= "1280"){
		larghezza = 1050;
		altezza = 450;
	}else{
		larghezza = 700;
		altezza = 300;
	}
	var x = 0;
	var y = 0;
	
//finestra = window.open ('../index2.htm', 'MHJ');
	finestra = window.open('../index2.htm','MHJ','top=0,left=0,width='+(screen.availWidth-10)+',height='+(screen. availHeight-50)+',toolbar=0,menubar=0,scrollbars=0,resizable=0,location=0,status=0');
//finestra = window.open ('../index2.htm', 'MHJ', 'left=' + x + ',screenX=' + x + ',top=' + y + 'screenY=' + y +',width=' + w + ',height=' + h );
}

function preferiti(){
	var url="http://www.mudhairjongleur.com/" 
	var titolo="MudHairJongleur - WebSite -" 
	if (document.all) {
		window.external.AddFavorite(url,titolo);
	}
} 

function paginaIniziale() {
	document.body.style.behavior='url(#default#homepage)';
	document.body.setHomePage('http://www.mudhairjongleur.com/');
}