function textsizesubby()
{
if (screen.width>=1023||screen.height>=767) //if 1024x768
document.write('<font size=+3>')
else
if (screen.width>=799||screen.height>=599) //if 800x600
document.write('<font size=+2>')
else
if (screen.width>=553||screen.height>=479) //if webTV or 640x480
document.write('<font size=+1>')
}
	function textsizetitle()
	{
	if (screen.width>=1023||screen.height>=767) //if 1024x768
	document.write('<font size=+5>')
	else
	if (screen.width>=799||screen.height>=599) //if 800x600
	document.write('<font size=+4>')
	else
	if (screen.width>=553||screen.height>=479) //if webTV or 640x480
	document.write('<font size=+3>')
	}
function textsizemain()
{
if (screen.width>=1023||screen.height>=767) //if 1024x768
document.write('<font size=3>')
else
if (screen.width>=799||screen.height>=599) //if 800x600
document.write('<font size=2>')
else
if (screen.width>=553||screen.height>=479) //if webTV or 640x480
document.write('<font size=1>')
}
	function picsize() // for inf.htm etc.
	{
	if (screen.width>=1023||screen.height>=767) //if 1024x768
	document.write('<img border=0 width="420" height="640" ')
	else
	if (screen.width>=799||screen.height>=599) //if 800x600
	document.write('<img border=0 width="289" height="440" ')
	else
	if (screen.width>=553||screen.height>=479) //if webTV or 640x480
	document.write('<img border=0 width="197" height="300" ')
	}

function fontsize()
{
if (screen.width>=1023||screen.height>=767) //if 1024x768
document.write('<font size=+1>')
else
if (screen.width>=799||screen.height>=599) //if 800x600
document.write('<font size=+1>')
else
if (screen.width>=553||screen.height>=479) //if webTV or 640x480
document.write('<font size=-1>')
}

	function samplesize()
	{
	if (screen.width>=1023||screen.height>=767) //if 1024x768
	document.write('<img border=0 width="900" height="505" ')
	else
	if (screen.width>=799||screen.height>=599) //if 800x600
	document.write('<img border=0 width="553" height="310" ')
	else
	if (screen.width>=553||screen.height>=479) //if webTV or 640x480
	document.write('<img border=0 width="499" height="280" ')
	}

function iconsize()
{
if (screen.width>=1023||screen.height>=767) //if 1024x768
document.write('<img border=0 height="20" ')
else
if (screen.width>=799||screen.height>=599) //if 800x600
document.write('<img border=0 height="16" ')
else
if (screen.width>=553||screen.height>=479) //if webTV or 640x480
document.write('<img border=0 height="12" ')
}
	function picsizer() // for inf.htm etc.
	{
	if (screen.width>=1023||screen.height>=767) //if 1024x768
	document.write('<img border=0 width="420" height="290" ')
	else
	if (screen.width>=799||screen.height>=599) //if 800x600
	document.write('<img border=0 width="289" height="200" ')
	else
	if (screen.width>=553||screen.height>=479) //if webTV or 640x480
	document.write('<img border=0 width="197" height="124" ')
	}


