function quicklinks(){
document.write
('<table width="100%" bgcolor="#CCCCCC" cellpadding=" 8" cellspacing="1"><tr>'+
  '<td valign="top" style="color:#FFF;" bgcolor="#006633"><b>Quick Links</b></td></tr>'+
  '<tr bgcolor="#FFFFFF">'+
  '<td><p>&bull;&nbsp;&nbsp;&nbsp;<A href="http://www.callerippro.com/download.html" class="bluelink12" title="Download CallerIP">Download</a><br>'+
  '&bull;&nbsp;&nbsp;&nbsp;<A href="http://www.callerippro.com/purchase/cip.html" class="bluelink12" title="Purchase CallerIP">Purchase</a><br>'+
  '&bull;&nbsp;&nbsp;&nbsp;<A href="http://www.callerippro.com/support/index.html" class="bluelink12" title="CallerIP Support, FAQs, Manual pages, tutorials etc">Support</a><br>'+
  '&bull;&nbsp;&nbsp;&nbsp;<A href="http://www.callerippro.com/support/faq.html" class="bluelink12" title="CallerIP FAQ">FAQ</a><br>'+
	  '&bull;&nbsp;&nbsp;&nbsp;<A href="http://www.callerippro.com/support/newrelease.html" class="bluelink12" title="VCallerIP New Release information">New Release</a><br>'+
  '</p></td>'+
  '</tr>'+
  '</table>')	
}

function social(){
	document.write
('<A href="http://www.facebook.com/pages/CallerIP/153076795097"><img src="http://www.callerippro.com/images/facebook_icon.gif" border="0" alt="Follow CallerIP 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.callerippro.com\')">Home</option>'+
        '<option value="url(\'http://www.callerippro.com/download.html\')">Download</option>'+
		'<option value="url(\'http://www.callerippro.com/purchase/cip.html\')">Purchase</option>'+
        '<option value="url(\'http://www.callerippro.com/support/index.html\')">Support</option>'+
		'<option>------------------</option>'+
		'<option value="url(\'http://www.callerippro.com/support/faq.html\')">FAQ</option>'+
		'<option value="url(\'http://www.callerippro.com/support/newrelease.html\')">New Release Info</option>'+
        '<option value="url(\'http://www.callerippro.com/support/v4/manual.html\')">Online Manual</option>'+
		'<option value="url(\'http://www.callerippro.com/support/v4/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">Install and Run</a><br>'+
	  '&bull;<A href="run.html" class="bluelink12">Running for the first time</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="menus.html" class="bluelink12">Menus</a><br>'+
	  '&bull;<A href="pref.html" class="bluelink12">Preferences</a><br>'+
	  '&bull;<A href="conhist.html" class="bluelink12">Connection History</a><br>'+
	  '&bull;<A href="alert.html" class="bluelink12">Alerting</a><br>'+
	  '&bull;<A href="condensed.html" class="bluelink12">Condensed View</a><br>'+
	  '&bull;<A href="history.html" class="bluelink12">History</a><br>'+
	  '&bull;<A href="irep.html" class="bluelink12">Identification Report</a><br>'+
	  '&bull;<A href="knowledge.html" class="bluelink12">Knowledgebase</a><br>'+
	  '&bull;<A href="listen.html" class="bluelink12">Listening Ports</a><br>'+
	  '&bull;<A href="server.html" class="bluelink12">CallerIP Server</a><br>'+
	  '</td>'+
      '</tr>'+
      '</table>')
	}
	
	function featuremenu(a,b,c){

	 
	 if (b == "over") {
	 document.getElementById(a+"colour").bgColor = "#006633";
	 document.getElementById(a+"colour").className = c;
	 document.getElementById(a+"image").bgColor = "#F8FAF8";
	 document.getElementById(a).bgColor = "#F8FAF8";
	 }
	 
	 else if (b == "out") {
	 document.getElementById(a+"colour").bgColor = "#003366";
	 document.getElementById(a+"colour").className = "";
	  document.getElementById(a+"image").bgColor = "";
	 document.getElementById(a).bgColor = "";
	 }
 }
 
 function featureclick(a){

	window.location = a;
 }
