function pageadapter()
	{
		var browser_type=navigator.appName;
		var browser_version=navigator.appVersion;
		var altezza=screen.height;
		var larghezza=screen.width;
		// alert(browser_type);
		if ( browser_type == "Opera")
			{
			if (altezza=="480" && larghezza=="640")
				{
				location.href="op/480640/index.html";
				// alert('480*640')
				open("op/480640/intro.html", "intro",  "noresize,  width=640, height=480" )
				}

			if (altezza=="600" && larghezza=="800")
				{
				location.href="op/600800/index.html";
				// alert('600*800')
				open("op/600800/intro.html", "intro",  "noresize,  width=800, height=600" )
				}

			if (altezza=="768" && larghezza=="1024")
				{
				location.href="op/7681024/index.html";
				// alert('grande')
				open("op/7681024/intro.html", "intro",  "noresize,  width=1024, height=768" )
				}

			if (altezza=="1200" && larghezza=="1600")
				{
				location.href="op/12001600/index.html";
				// alert('grandissimo')
				open("op/12001600/intro.html", "intro",  "noresize,  width=1600, height=1200" )
				}
			}
		if ( browser_type == "Mozilla")
			{
			if (altezza=="480" && larghezza=="640")
				{
				location.href="moz/480640/index.html";
				// alert('480*640')
				open("moz/480640/intro.html", "intro",  "noresize,  width=640, height=480" )
				}

			if (altezza=="600" && larghezza=="800")
				{
				location.href="moz/600800/index.html";
				// alert('600*800')
				open("moz/600800/intro.html", "intro",  "noresize,  width=800, height=600" )
				}

			if (altezza=="768" && larghezza=="1024")
				{
				location.href="moz/7681024/index.html";
				// alert('grande')
				open("moz/7681024/intro.html", "intro",  "noresize,  width=1024, height=768" )
				}

			if (altezza=="1200" && larghezza=="1600")
				{
				location.href="moz/12001600/index.html";
				// alert('grandissimo')
				open("moz/12001600/intro.html", "intro",  "noresize,  width=1600, height=1200" )
				}
			}
		if ( browser_type == "Konqueror")
			{
			if (altezza=="480" && larghezza=="640")
				{
				location.href="kon/480640/index.html";
				// alert('480*640')
				open("kon/480640/intro.html", "intro",  "noresize,  width=640, height=480" )
				}

			if (altezza=="600" && larghezza=="800")
				{
				location.href="kon/600800/index.html";
				// alert('600*800')
				open("kon/600800/intro.html", "intro",  "noresize,  width=800, height=600" )
				}

			if (altezza=="768" && larghezza=="1024")
				{
				location.href="kon/7681024/index.html";
				// alert('grande')
				open("kon/7681024/intro.html", "intro",  "noresize,  width=1024, height=768" )
				}

			if (altezza=="1200" && larghezza=="1600")
				{
				location.href="kon/12001600/index.html";
				// alert('grandissimo')
				open("kon/12001600/intro.html", "intro",  "noresize,  width=1600, height=1200" )
				}
			}
		if ( browser_type == "Netscape")
			{
			if (altezza=="480" && larghezza=="640")
				{
				location.href="net/480640/index.html";
				// alert('480*640')
				open("net/480640/intro.html", "intro",  "noresize,  width=640, height=480" )
				}

			if (altezza=="600" && larghezza=="800")
				{
				location.href="net/600800/index.html";
				// alert('600*800')
				open("net/600800/intro.html", "intro",  "noresize,  width=800, height=600" )
				}

			if (altezza=="768" && larghezza=="1024")
				{
				location.href="net/7681024/index.html";
				// alert('grande')
				open("net/7681024/intro.html", "intro",  "noresize,  width=1024, height=768" )
				}

			if (altezza=="1200" && larghezza=="1600")
				{
				location.href="net/12001600/index.html";
				// alert('grandissimo')
				open("net/12001600/intro.html", "intro",  "noresize,  width=1600, height=1200" )
				}
			}
		if ( browser_type == "Microsoft Internet Explorer")
			{
			if (altezza=="480" && larghezza=="640")
				{
				location.href="msie/480640/index.html";
				// alert('480*640')
				open("msie/7681024/intro.html", "intro",  "noresize,  width=640, height=480" )
				}

			if (altezza=="600" && larghezza=="800")
				{
				location.href="msie/600800/index.html";
				// alert('600*800')
				open("msie/7681024/intro.html", "intro",  "noresize,  width=800, height=600" )
				}

			if (altezza=="768" && larghezza=="1024")
				{
				location.href="msie/7681024/index.html";
				// alert('grande')
				open("msie/7681024/intro.html", "intro",  "noresize,  width=1024, height=768" )
				}

			if (altezza=="1200" && larghezza=="1600")
				{
				location.href="msie/12001600/index.html";
				// alert('grandissimo')
				open("msie/7681024/intro.html", "intro",  "noresize,  width=1600, height=1200" )
				}
			};
	}



function addbr() {
		edit.testo.value=edit.testo.value+"<br>";
	};
	
function startp() {
		edit.testo.value=edit.testo.value+"<p>";
	};

function endp() {
		edit.testo.value=edit.testo.value+"</p>";
	};

	function homeaddbr() {
		edit.testohome.value=edit.testohome.value+"<br>";
	};
	
function homestartp() {
		edit.testohome.value=edit.testohome.value+"<p>";
	};

function homeendp() {
		edit.testohome.value=edit.testohome.value+"</p>";
	};

	