	function vedistoria(){
			document.location.href="pagineweb/storia.htm";}

	function vaihome(){
			document.location.href="../index.htm";}

	function vaigalleria(){
			document.location.href="galleria.htm#primariga";}
       
        function vaivideo(){
			document.location.href="pagineweb/video.html";}

	function vaivideo1(){
			document.location.href="../immagini/video.wmv";}

	function vaimeteo(){
			window.open('http://www.eurometeo.com', 'cur3', 'toolbar=yes, directories=no, location=yes, status=yes, menubar=yes, resizable=yes, scrollbars=yes, width=700 height=400, screenX=0,screenY=0,left=0,top=0');}

	function vaigalleria2(){
			document.location.href="galleria.htm#secondariga";}

	function vaigalleria3(){
			document.location.href="galleria.htm#terzariga";}

	function vaigalleria4(){
			document.location.href="galleria.htm#quartariga";}

	function vaigalleria5(){
			document.location.href="galleria.htm#quintariga";}

	function vaigalleria6(){
			document.location.href="galleria.htm#sestariga";}

	function vaigalleria7(){
			document.location.href="galleria.htm#settimariga";}

	function vaigalleria8(){
			document.location.href="galleria.htm#ottavariga";}

	function vaigalleria9(){
			document.location.href="galleria.htm#nonariga";}

	function vaigalleria10(){
			document.location.href="galleria.htm#decimariga";}

	function vaigalleria11(){
			document.location.href="galleria.htm#undicesimariga";}

	function vaigalleria12(){
			document.location.href="galleria.htm#dodicesimariga";}

	function vaigalleria13(){
			document.location.href="galleria.htm#tredicesimariga";}

	function vaigalleria14(){
			document.location.href="galleria.htm#quattordicesimariga";}

	function vaigalleria15(){
			document.location.href="galleria.htm#quindicesimariga";}

	function vaigalleria16(){
			document.location.href="galleria.htm#sedicesimariga";}

	function vaigalleria17(){
			document.location.href="galleria.htm#diciassettesimariga";}

	function vaigalleria18(){
			document.location.href="galleria.htm#diciottesimariga";}

	function vaigalleria100(){
			document.location.href="galleria.htm#alfariga";}

	function vaigalleria101(){
			document.location.href="galleria.htm#bravoriga";}

	function vaigalleria102(){
			document.location.href="galleria.htm#charliriga";}

	function vaigalleria103(){
			document.location.href="galleria.htm#deltariga";}

	function vaigalleria104(){
			document.location.href="galleria.htm#ecoriga";}

	function vaigalleria105(){
			document.location.href="galleria.htm#foxtrotriga";}

	function vaigalleria106(){
			document.location.href="galleria.htm#golfriga";}

	function vaigalleria107(){
			document.location.href="galleria.htm#hotelriga";}

	function vaigalleria108(){
			document.location.href="galleria.htm#indiariga";}

	function vaigalleria109(){
			document.location.href="galleria.htm#limariga";}

	function vaigalleria110(){
			document.location.href="galleria.htm#mikeriga";}

	function vedigalleria(){
			document.location.href="pagineweb/galleria.htm";}

	function vaicontatto(){
			document.location.href="mailto:valrossa@tiscali.it";}

	function vaifaq(){
			document.location.href="pagineweb/faq.htm";}

	function vailibretto(){
			document.location.href="pagineweb/librettovolo.htm";}

	function tornalibretto(){
			document.location.href="librettovolo.htm";}

	function vai25maggio2004(){
			document.location.href="2552004.htm";}

	function vai21maggio2006(){
			document.location.href="2152006.htm";}

	

function BrowserCheck() {
        var b = navigator.appName
        if (b=="Netscape") this.b = "ns"
        else if (b=="Microsoft Internet Explorer") this.b = "ie"
        else this.b = b
        this.version = navigator.appVersion
        this.v = parseInt(this.version)
        this.ns = (this.b=="ns" && this.v>=4)
        this.ns4 = (this.b=="ns" && this.v==4)
        this.ns5 = (this.b=="ns" && this.v==5)
        this.ie = (this.b=="ie" && this.v>=4)
        this.ie4 = (this.version.indexOf('MSIE 4')>0)
        this.ie5 = (this.version.indexOf('MSIE 5')>0)
        this.min = (this.ns||this.ie)
}
is = new BrowserCheck()

function init() {
if(document.images) {
    document.images.onmousedown = mouseDown;
    for(i=0;i<document.images.length;i++) document.images[i].onmousedown = mouseDown;
    }
}

function mouseDown(e) {
    if ((is.ns && e.which == 1) || (is.ie && event.button == 1)) {
        }
    else {
        if (is.ie) alert("Per scaricare le immagini, contattaci")
        else if (is.ns) setTimeout('alert("Per scaricare le immagini, contattaci',50)
        }
    }




	function bluron(x)
		{document[x].filters.blur.enabled=1;}

	function bluroff(x)
		{document[x].filters.blur.enabled=0;}



CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
	idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSStopExecution = false;
function CSAction(array) { 
	return CSAction2(CSAct, array);
}
function CSAction2(fct, array) { 
	var result;
	for (var i=0;i<array.length;i++) {
		if(CSStopExecution) return false; 
		var actArray = fct[array[i]];
		if (actArray == null) return false;
		var tempArray = new Array;
		for(var j=1;j<actArray.length;j++) {
			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {
				if(actArray[j][0] == "VAR") {
					tempArray[j] = CSStateArray[actArray[j][1]];
				}
				else {
					if(actArray[j][0] == "ACT") {
						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));
					}
				else
					tempArray[j] = actArray[j];
				}
			}
			else
				tempArray[j] = actArray[j];
		}			
		result = actArray[0](tempArray);
	}
	return result;
}
CSAct = new Object;

CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { return CSFindElement(s,0); }
function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];
	var curDoc = ly ? ly.document : document; var elem = curDoc[n];
	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {
		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
	return elem;
}

function CSSetStylePos(s,d,p) { if (IsIE()) { if (d == 0) CSIEStyl(s).posLeft = p; else CSIEStyl(s).posTop = p; }
	else { if (d == 0) CSNSStyl(s).left = p; else CSNSStyl(s).top = p; } }
function CSGetStylePos(s,d) { if (IsIE()) { if (d == 0) return CSIEStyl(s).posLeft; else return CSIEStyl(s).posTop; }
	else { if (d == 0) return CSNSStyl(s).left; else return CSNSStyl(s).top; }}

var DJold = new Array();
function DJmoveNewPos(t) {
	if(document.all) {
		x = document.body.scrollLeft + DJold[t].originX;
		y = document.body.scrollTop + DJold[t].originY;
	} else {
		x = window.pageXOffset + DJold[t].originX;
		y = window.pageYOffset + DJold[t].originY;
	}
	d1 = x - DJold[t].x;
	d2 = y - DJold[t].y;
	DJold[t].x = DJold[t].x + (x - DJold[t].x)*DJold[t].smooth;
	DJold[t].y = DJold[t].y + (y - DJold[t].y)*DJold[t].smooth;
	CSSetStylePos(DJold[t].oldLayer,0,DJold[t].x);
	CSSetStylePos(DJold[t].oldLayer,1,DJold[t].y);
	setTimeout("DJmoveNewPos(" + t + ")",10);
}
function DJSmoothFloatLayer(action) {
	var x = action[2][0]; var y = action[2][1];

	DJold[DJold.length] = new Array();
	t = DJold.length - 1;
	DJold[t].oldLayer = action[1];
	CSSetStylePos(DJold[t].oldLayer,0,x);
	CSSetStylePos(DJold[t].oldLayer,1,y);
	DJold[t].x = x;
	DJold[t].y = y;
	DJold[t].originX = x;
	DJold[t].originY = y;
	DJold[t].smooth = 1.0/action[3];
	setTimeout("DJmoveNewPos(" + t + ")",10);
}

CSInit[CSInit.length] = new Array(DJSmoothFloatLayer,'navigation',new Array(5,145),10);