// JavaScript Document

function write_iframe(iframe_num)
{
	switch (iframe_num) {
	case 1: 
	result = "<iframe id=testa1 name='testa1' src='images/testa2.jpg' width='750' height='221'"; break;
	case 2: 
	result = "<iframe id=testa2 name='testa2' src='testa2.htm' width='750' height='72'"; break;
	case 3: 
	result = "<iframe id=menu name='menu' src='menu.htm' width='180' height='178'"; break;
	case 4: 
	result = "<iframe id=piede name='piede' src='piede.htm' width='750' height='30'"; break;
	case 5: 
	result = "<iframe id=indiriz name='indiriz' src='images/indirizz.jpg' width='180' height='87'"; break;
	case 6: 
	result = "<iframe id=news name='news' src='news.asp' width='100' height='120'"; break;
	case 7: 
	result = "<iframe id=reg_club name='reg_club' src='reg_club.htm' width='180' height='2350'"; break;
	case 8: 
	result = "<iframe id=reg_club name='offerte' src='offerte2.asp' width='750' height='550'"; break;
	//result = "<iframe id=news name='news' src='news.asp' width='180' height='120'"; break;
	default: result = 'Error';
}
document.write(result);
document.write(" scrolling='No' frameborder='0' marginwidth='0' marginheight='0' ></iframe>");
}

