﻿// !!! THIS FILE IS GENERATED BY APPROVING HEADER AND FOOTER IN THE CMS ON LOCAL WEBSITES
// !!! DO NOT EDIT IT MANUALLY
LocalFraming = {
	OnPressKey : function(e)
	{
		var keyCode = ( window.event ? e.keyCode : e.which );
		if (keyCode == 13) {
	    LocalFraming.Search();
	  }
	},
	Search : function()
	{
		var s = document.getElementById("txtSearch").value;
		if ( s != "CERCA" )
		{
			window.location.href="http://www.aeroclubbrindisi.it";
		}
	},
	Footer : function()
	{
		var result = ""
		+ "<div id='footer' style='width:993px;'>"
    + "<table cellpadding='0' cellspacing='0' border='0' width='993' height='25'>"
	 	+ "<tr>"
	 	+ "<td style='width:10px;height:25px;' class='Left'><img style='width:10px;height:25px;' alt='' src='" + LocalFraming.SiteLocation(false) + "mario.jpg' /></td>"
		+ "<td style='height: 25px' width='100'><a href='http://www.rizza.it'>www.rizza.it</a></td>"
		+ "<td style='height: 25px;text-align:center;'>angelo &#232; un marchio registrato</td>"
		+ "<td style='height: 25px;text-align:right'><a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it\">scscscscscscs</a> - <a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it\">hshshshshshs</a></td>"
		+ "<td style='width:10px;height:25px;' class='Right'><img style='width:10px;height:25px;' alt='' src='" + LocalFraming.SiteLocation(false) + "FOTO/anta.jpg' /></td>"
		+ "</tr>"
	 	+ "</table>"
        + "</div>";
		document.write( result );
	},
	Header : function()
	{
		var result = ""
		+ "<br />"
        + "<div id='header' style='width:993px;'>"
		+ "<table cellpadding='0' cellspacing='0' border='0' width='100%'>"
        + "<tr>"
    + "<td style='width:200px;height:31px;' class='Logo' align='right'><a href='" + LocalFraming.SiteLocation(true) + "'><img alt='' src='" + LocalFraming.SiteLocation(false) + "FOTO/anta.jpg' width='148' height='71'/></a></td>"
		+ "<td class='mstagline' valign='bottom' align='center'>RASSEGNA FOTOGRAFICA AEROCLUB BRINDISI</td>"



		+ "</tr>"
		+ "</table>"
        + "<br />"
        + "<div style='width:993px;height:103px;position:relative;top:0px;left:0px;background-image:url("+LocalFraming.getBackgroundLocation()+");'>"
		+ "<div id='topMenu'>"
		+ "<a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it/PANORAMICA/\" target=\"_top\" style=\"left:10px;\">PANORAMICA</a><a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it/DOVE/\" target=\"_blank\" style=\"left:190px;\">ARRIVO</a><a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it/LEFOTO/PERSONAGGI/foto.htm\" target=\"_top\" style=\"left:370px;\">I PERSONAGGI</a><a class=\"topLink\" href=\"http://www.aeroclubbrindisi.it/LEFOTO/ALTRO/foto.htm\" target=\"_top\" style=\"left:550px;\">VARIE</a>"
		+ "<input type='text' id='txtSearch' onkeypress='LocalFraming.OnPressKey(event);' style='width:150px;' value='Rirna alla Home' onfocus='if ( this.value == \"CERCA\" ) { this.value=\"\"; }' onblur='if ( this.value == \"\" ) { this.value = \"CERCA\"; }' />"
		+ "<input id='btnSearch' type='button' style='width:50px;' value='HOME' onclick='LocalFraming.Search();' />"
 		+ "</div>"
 		+ "<div class='path'>" + LocalFraming.Path + "</div>"
 		+ "<div class='rightLink'><A href='vainquelposto.mht' target='_top'><IMG src='"+LocalFraming.SiteLocation(false)+"insetto.gif'> . . ( mamma che sono brutti )</A></div>"
	 	+ "</div>"
	 	+ "</div>";
		document.write( result );
	},
	MenuPosition : "",
	SiteLocation : function(forceAbs)
	{
		var result = "";
		if (( document.domain.indexOf( "edit" ) >= 0 ) || ( document.domain.indexOf( "countryj" ) >= 0 ))
			result = "http://" + document.domain;
		else
			result = "http://www.aeroclubbrindisi.it";
		if (( LocalFraming.RelativePath ) && ( !forceAbs ))
			result = "";
		return result;
	},
	RelativePath : false,
	Path : "",
	getBackgroundLocation : function()
	{
		var result = LocalFraming.BackgroundLocation;
		if (( LocalFraming.RelativePath ) && ( result.indexOf("file") >= 10 )){
			result = result.substring(result.indexOf("file")-1, result.length);
		}
		else if ( window.location.href.indexOf( "extra" ) > 0 ) {
			result = "/filelib/common/extra/mea/top_navigation_eXtra.jpg";
		}
		return result;
	},
	BackgroundLocation : "http://MARIO.jpg"
}