<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuspace		= "150"				// WHITESPACE RIGHT ADJUST
var menuVspace		= "15"				// SPACE BELOW MENU


document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');
document.write('<tr><td class="menu-titles">');


// MENU BOX TITLE

document.write('HOME<br>');


document.write('</td></tr></table>');
document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0" class="menu-table">');
document.write('<tr><td align="center">');
document.write('<table cellspacing="0" cellpadding="3" border="0" width="100%">');
document.write('<tr><td align="left" valign="top">');
document.write('<img src="picts/spacer.gif" height="2" width="10" border="0"><br>');



// START LINKS COPY AND PASTE ANY LINE TO ADD A LINK


document.write('<a href="http://www.clubfreetv.com/index.html" class="menu">HOME</a><br>');

document.write('<a href="http://www.clubfreetv.com/101dtv/index.html" class="menu">DTV Info</a><br>');

document.write('<a href="http://www.clubfreetv.com/dtvguide/index.html" class="menu">DTV Setup</a><br>');

document.write('<a href="http://www.clubfreetv.com/101sat/index.html" class="menu">Satellite Info.</a><br>');

document.write('<a href="http://www.clubfreetv.com/satguide/index.html" class="menu">Satellite Setup</a><br>');

document.write('<a href="http://www.clubfreetv.com/101sat/pdf/whatisftasatellite.pdf" target="_blank" class="menu">What is FTA Sat.</a><br>');

document.write('<a href="http://www.clubfreetv.com/dtvguide/free-online-tv.htm" class="menu">Internet TV</a><br>');

document.write('<a href="http://www.clubfreetv.com/101dtv/tvbuyguide.html" class="menu">TV Buying Guide</a><br>');
	 
document.write('<a href="http://www.clubfreetv.com/satguide/buyersguide.htm" class="menu">System Buyers Guide</a><br>');



document.write('<br>');


// SECOND GROUP OF LINKS

document.write('<a href="http://www.clubfreetv.com/contact.htm" class="menu">Contact</a><br>');


document.write('<img src="picts/spacer.gif" height="4" width="10" border="0"><br>');

document.write('</td></tr></table>');

document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" height="'+menuVspace+'" width="'+menuspace+'" border="0"><br>');


//  End -->