


function CopyrightPageFooter()
{
document.write ('<div class="CopyrightPageFooter">');
document.write ('Copyright &copy; 1996-<script language="javascript">var d = new Date(); document.write(d.getFullYear())</script> No-Nonsens inc.');
document.write ('<br>All rights reserved. Protected by the copyright laws of the Netherlands and Europe and by international treaties.');
document.write ('<br><A href="http://www.no-nonsens.nl/about/privacy/privacy.html" class="Footer">Privacy&nbsp;Policy</A>');
document.write ('&nbsp;|&nbsp;');
document.write ('<A href="http://www.no-nonsens.nl/about/legal/legal.html" class="Footer">Legal&nbsp;Notices</A>');
document.write ('&nbsp;|&nbsp;');
document.write ('<A href="http://www.no-nonsens.nl/about/conditions/conditions.html" class="Footer">Conditions</A>');
document.write ('</div>');
}

function NavigationPageFooter()
{
document.write ('<br><br><br>');
document.write ('<div class="NavigationPageFooter">');
document.write ('  <A href="http://www.no-nonsens.nl/products/products.html" class="Footer">Products</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.no-nonsens.nl/projects/projects.html" class="Footer">Projects</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.remoteprofilecleaner.com/forum/index.php" class="Footer">Support Forums</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.no-nonsens.nl/community/community.html" class="Footer">Community</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.no-nonsens.nl/about/about.html" class="Footer">About No Nonsens inc.</A>');
document.write ('  <br><br>');
document.write ('  <A href="http://www.no-nonsens.nl/main/main.html" class="Footer">Home</A>&nbsp;|&nbsp;');
document.write ('  <A href="#pagetop" class="Footer">Page Top</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.no-nonsens.nl/webstore/webstore.html" class="Footer">Shopping Cart</A>&nbsp;|&nbsp;');
document.write ('  <A href="http://www.no-nonsens.nl/about/contact/contact.php" class="Footer">Contact</A>');
document.write ('</div>');
}


/////////////////////////////
//
// Left Navigation Menu's DEFAULT
//
/////////////////////////////

function LeftNavigationMenu()
{
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="http://www.no-nonsens.nl/products/products.html">Products</a></div>');
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="http://www.no-nonsens.nl/projects/projects.html">Projects</a></div>');
document.write (' 	  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="http://www.no-nonsens.nl/forum/supportforum.html">Support Forums</a></div>');
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="http://www.no-nonsens.nl/community/community.html">Community</a></div>'); 
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="http://www.no-nonsens.nl/about/about.html">About No Nonsens inc.</a></div>');	 
}

/////////////////////////////
//
// Left Navigation Menu FAQ
//
/////////////////////////////

function LeftNavigationMenuFAQ()
{
var downloadlink = '/products/faq/faq.php?productID=' +productid;
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href='+downloadlink+'>F.A.Q.</a></div>');
}

/////////////////////////////
//
// Left Navigation Menu Download
//
/////////////////////////////

function LeftNavigationMenuDownload()
{
var downloadlink = '/products/' + productid + '/' + productid + '.html?phpid=download';
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href='+downloadlink+'>Download</a></div>');
}

/////////////////////////////
//
// Left Navigation Menu PURCHASE
//
/////////////////////////////

function LeftNavigationMenuPurchase()
{
var webstorelink = '/webstore/' + productid + '/' + productid + '.html?phpid='+productid;
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href='+webstorelink+'>Purchase</a></div>');
}

/////////////////////////////
//
// Left Navigation Menu SIMPLE DOWNLOAD
//
/////////////////////////////

function LeftNavigationMenuDownloadSimple()
{
document.write ('		  <div class="LeftNavigationMenu"><a class="LeftNavigationMenuLink" href="#download">Download</a></div>');
}

/////////////////////////////
//
// Left Navigation Menu Search
//
/////////////////////////////

function LeftNavigationMenuSearch()
{
document.write ('<p class="securetext"><small>');
document.write ('<FORM ACTION="http://www.no-nonsens.nl/search/search.php" METHOD="GET">');
document.write ('<INPUT TYPE="Text" NAME="query" style="width: 148px; height: 16px; font-size: 10px; font-family: verdana;">');
document.write ('<INPUT TYPE="Hidden" NAME="stpos" VALUE="0">');
document.write ('<BR>Search mode:<br><span class="securetext">');
document.write ('<INPUT TYPE="Radio" NAME="stype" VALUE="AND" checked>"AND"');
document.write ('<INPUT TYPE="Radio" NAME="stype" VALUE="OR">"OR"<br>');
document.write ('<INPUT TYPE="Submit" VALUE="Search" style="height: 20px; font-size: 10px; font-family: verdana;"></span></small></p>');
document.write ('</FORM>');
}