function Banner() {
	var tmpS = ''

/*	tmpS += '<form name="frm" id="frm" target="_top" method="post" style="border:0px;";">'
	tmpS += '	<div style="display: none;">'
	tmpS += '		<input type="hidden" id="selstat"		name="selstat"		value="' + P_stat + '" >'
	tmpS += '	</div></form>'
*/

	tmpS += '<div id="banner" style="width:' + window.innerWidth + '; text-align:left; border-bottom: 1px solid red; '
	tmpS += 'background-image: url(\'./img/top_bak.jpg\'); background-repeat: repeat-x;">'
	tmpS += '<img src="img/logo.gif" alt=""\>'
	tmpS += '</div>'

	return tmpS
}

function getRefMail( Testo ) {
	tmpS = '<a class="LnkMail" href="mailto:sito@tarakyracing.com">' + Testo + '</a>'
	return tmpS
}



