/********************************************************************
 * Studio Guidotti	http://guidottistudio.com/
 * 
 * grazie ad html.it
 * negatyve@libero.it
 *******************************************************************/

 
/*function lancia() {

finestra = window.open("guidotti.htm","","fullscreen=yes"); 
} */




	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.width;
	var h = screen.height;
	if(w >= "1280"){
		larghezza = 1050;
		altezza = 450;
	}else{
		larghezza = 668;
		altezza = 470;
	}
	var x = Math.round(w / 2) - Math.round(larghezza / 2);
	var y = Math.round(h / 2) - Math.round(altezza / 2);*/
	finestra = window.open("mainmenu.html","","" );
//	finestra = window.open("mainmenu.html","","Height=600","Width=800" );
//	finestra = window.open("mainmenu.html","","outerHeight","outerWidth" );
//	finestra = window.open("mainmenu.html","","fullscreen=yes");
//	finestra = window.open ('guidotti.htm', null, 'left=' + x + ',screenX=' + x + ',top=' + y + 'screenY=' + y +',width=' + larghezza + ',height=' + altezza );
}
		
function preferiti(){
	var url="http://guidottistudio.com/" 
	var titolo="Studio Guidotti" 
	if (document.all) {
		window.external.AddFavorite(url,titolo);
	}
} 

function paginaIniziale() {
	document.body.style.behavior='url(#default#homepage)';
	document.body.setHomePage('http://guidottistudio.com/');
}