function quicklinks(){
document.write
('<table align="center" cellpadding="5" cellspacing="1" bgcolor="#cccccc" width="100%">'+
 '<tr bgcolor="#006633">'+
 '<td width="44%" class="blackbold12" style="height:25px; padding:10px;"><b style="color:#FFF;">Quick links</b></td>'+
 '</tr>'+
  '<td bgcolor="#ffffff"><p>&bull;&nbsp;&nbsp;<A href="http://www.visualiptrace.com/download.html" class="bluelink12" title="Download Visual IP Trace">Download</a><br>'+
  '&bull;&nbsp;&nbsp;<A href="http://www.visualiptrace.com/purchase/vipt.html" class="bluelink12" title="Purchase Visual IP Trace">Purchase</a><br>'+
  '&bull;&nbsp;&nbsp;<A href="http://www.visualiptrace.com/support/index.html" class="bluelink12" title="Visual IP Trace Support, FAQs, Manual pages, tutorials etc">Support</a><br>'+
  '&bull;&nbsp;&nbsp;<A href="http://www.visualiptrace.com/support/faq.html" class="bluelink12" title="Visual IP Trace FAQ">FAQ</a><br>'+
	  '&bull;&nbsp;&nbsp;<A href="http://www.visualiptrace.com/support/newrelease.html" class="bluelink12" title="Visual IP Trace New Release information">New Release</a><br>'+
  '</p></td>'+
  '</tr>'+
  '</table>')	
}

function social(){
	document.write
('<A href="http://www.facebook.com/pages/Visual-IP-Trace/137012303004101"><img src="http://www.visualiptrace.com/images/facebook_icon.gif" border="0" alt="Follow Visual IP Trace on Facebook" /></A>')	
}

function url(w)
{
location.href = w;
}

function navi(){
	document.write
	('<Table width="289"><tr><td width="50%">Navigation Menu:</td><td width="50%" align="right"> <select onchange="eval(this.value);">'+
        '<option selected>Select page...</option>'+
		'<option>------------------</option>'+
        '<option value="url(\'http://www.visualiptrace.com\')">Home</option>'+
        '<option value="url(\'http://www.visualiptrace.com/download.html\')">Download</option>'+
		'<option value="url(\'http://www.visualiptrace.com/purchase/vipt.html\')">Purchase</option>'+
        '<option value="url(\'http://www.visualiptrace.com/support/index.html\')">Support</option>'+
		'<option>------------------</option>'+
		'<option value="url(\'http://www.visualiptrace.com/support/faq.html\')">FAQ</option>'+
		'<option value="url(\'http://www.visualiptrace.com/support/newrelease.html\')">New Release Info</option>'+
        '<option value="url(\'http://www.visualiptrace.com/support/v5/manual.html\')">Online Manual</option>'+
		'<option value="url(\'http://www.visualiptrace.com/support/v5/tutorials/index.html\')">Tutorials</option>'+
      '</select></td></tr></Table>')
}

function manual(){
	document.write
	('<table align="center" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC" width="240">'+
      '<tr style="background-image:url(../../gimages/newimages/titlebg650x25.gif); background-repeat:no-repeat;">'+
      '<td width="44%" class="blackbold12" style="height:25px;"><b>Manual Links</b></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgcolor="#EAEAEA"  class="borderright">'+
	  '&bull;<A href="manual.html" class="bluelink12">Overview</a><br>'+
	  '&bull;<A href="install.html" class="bluelink12">Installing</a><br>'+
	  '&bull;<A href="lickey.html" class="bluelink12">Entering your license key</a><br>'+
      '&bull;<A href="gui.html" class="bluelink12">User Interface</a><br>'+
	  '&bull;<A href="advanced.html" class="bluelink12">Performing a trace</a><br>'+
	  '&bull;<A href="traceinfo.html" class="bluelink12">Trace Results</a><br>'+
	  '&bull;<A href="htmlrep.html" class="bluelink12">HTML Report</a><br>'+
	  '&bull;<A href="save.html" class="bluelink12">Saving your results</a><br>'+
	  '&bull;<A href="mytracerep.html" class="bluelink12">MyTraces tab</a><br>'+
	  '&bull;<A href="batch.html" class="bluelink12">Batch Tracing</a><br>'+
	  '&bull;<A href="abuserep.html" class="bluelink12">Abuse Reporting</a><br>'+
	  '&bull;<A href="pref.html" class="bluelink12">Preferences</a><br>'+
	  '&bull;<A href="update.html" class="bluelink12">Database Update</a><br>'+
	  '</td>'+
      '</tr>'+
      '</table>')
	}
