var topSize = "110"
var bottomSize = "50"
var leftSize = "160"
var rightSize = "160"

function resize(main,sx) {
	if (window.top == window.self) {
		document.write('  <FRAMESET frameborder="0" framespacing="0" border="0" rows="'+topSize+',*,'+bottomSize+'">')
		document.write('    <FRAME name="top" src="../../top.html" target="_self" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('    <FRAMESET frameborder="0" framespacing="0" border="0" cols="'+leftSize+',*,'+rightSize+'">')
		document.write('      <FRAME name="barrasx" src="../../'+sx+'.html" target="body" scrolling="auto" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('      <FRAME name="body" src="'+document.location.href+'?" target="_self" frameborder="0" border="0" framespacing="0" scrolling="auto" marginwidth="0" marginheight="0">')
		document.write('      <NOFRAMES>')
		document.write('      <BODY topmargin="0" leftmargin="0">')
		document.write('      Questa configurazione del browser non supporta i frames, e il sito non puņ essere visualizzato correttamente. E\' necessario cambiare i settaggi.<br>')
		document.write('      This browser configuration doesn\'t support frames. This site can\'t be seen correctly. You must change settings.')
		document.write('      </BODY>')
		document.write('      </NOFRAMES>')
		document.write('      <FRAME name="barradx" src="'+main+'dx.html" target="body" scrolling="no" noresize frameborder="0" border="0" framespacing="0">')
		document.write('    </FRAMESET>')
		document.write('    <FRAME name="bottom" src="../../bottom.html" scrolling="no" noresize frameborder="0" border="0" framespacing="0" target="_self" marginwidth="0" marginheight="0">')
		document.write('  </FRAMESET>')
	} else {
		window.open('../../'+sx+'.html','barrasx');
		window.open(''+main+'dx.html','barradx');
	}
}

function resize2(main,sx) {
	if (window.top == window.self) {
		document.write('  <FRAMESET frameborder="0" framespacing="0" border="0" rows="'+topSize+',*,'+bottomSize+'">')
		document.write('    <FRAME name="top" src="../top.html" target="_self" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('    <FRAMESET frameborder="0" framespacing="0" border="0" cols="'+leftSize+',*,'+rightSize+'">')
		document.write('      <FRAME name="barrasx" src="../'+sx+'.html" target="body" scrolling="auto" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('      <FRAME name="body" src="'+document.location.href+'?" target="_self" frameborder="0" border="0" framespacing="0" scrolling="auto" marginwidth="0" marginheight="0">')
		document.write('      <NOFRAMES>')
		document.write('      <BODY topmargin="0" leftmargin="0">')
		document.write('      Questa configurazione del browser non supporta i frames, e il sito non puņ essere visualizzato correttamente. E\' necessario cambiare i settaggi.<br>')
		document.write('      This browser configuration doesn\'t support frames. This site can\'t be seen correctly. You must change settings.')
		document.write('      </BODY>')
		document.write('      </NOFRAMES>')
		document.write('      <FRAME name="barradx" src="'+main+'dx.html" target="body" scrolling="no" noresize frameborder="0" border="0" framespacing="0">')
		document.write('    </FRAMESET>')
		document.write('    <FRAME name="bottom" src="../bottom.html" scrolling="no" noresize frameborder="0" border="0" framespacing="0" target="_self" marginwidth="0" marginheight="0">')
		document.write('  </FRAMESET>')
	} else {
		window.open('../'+sx+'.html','barrasx');
		window.open(''+main+'dx.html','barradx');
	}
}

function resize3(main,sx) {
	if (window.top == window.self) {
		document.write('  <FRAMESET frameborder="0" framespacing="0" border="0" rows="'+topSize+',*,'+bottomSize+'">')
		document.write('    <FRAME name="top" src="top.html" target="_self" scrolling="no" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('    <FRAMESET frameborder="0" framespacing="0" border="0" cols="'+leftSize+',*,'+rightSize+'">')
		document.write('      <FRAME name="barrasx" src="'+sx+'.html" target="body" scrolling="auto" noresize frameborder="0" border="0" framespacing="0" marginwidth="0" marginheight="0">')
		document.write('      <FRAME name="body" src="'+document.location.href+'?" target="_self" frameborder="0" border="0" framespacing="0" scrolling="auto" marginwidth="0" marginheight="0">')
		document.write('      <NOFRAMES>')
		document.write('      <BODY topmargin="0" leftmargin="0">')
		document.write('      Questa configurazione del browser non supporta i frames, e il sito non puņ essere visualizzato correttamente. E\' necessario cambiare i settaggi.<br>')
		document.write('      This browser configuration doesn\'t support frames. This site can\'t be seen correctly. You must change settings.')
		document.write('      </BODY>')
		document.write('      </NOFRAMES>')
		document.write('      <FRAME name="barradx" src="'+main+'dx.html" target="body" scrolling="no" noresize frameborder="0" border="0" framespacing="0">')
		document.write('    </FRAMESET>')
		document.write('    <FRAME name="bottom" src="bottom.html" scrolling="no" noresize frameborder="0" border="0" framespacing="0" target="_self" marginwidth="0" marginheight="0">')
		document.write('  </FRAMESET>')
	} else {
		window.open(''+sx+'.html','barrasx');
		window.open(''+main+'dx.html','barradx');
	}
}


