﻿if (document.URL.lastIndexOf("index.html") >= 0 )
	document.writeln("<li><a class='active' href='http://www.screenpresso.com/index.html'>Home</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/index.html'>Home</a></li>");
	
if (document.URL.lastIndexOf("download.html") >= 0 )
    document.writeln("<li><a class='active' href='http://www.screenpresso.com/download.html'>Download</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/download.html'>Download</a></li>");

if (document.URL.lastIndexOf("screenshots.html") >= 0 )
    document.writeln("<li><a class='active' href='http://www.screenpresso.com/screenshots.html'>Screenshots</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/screenshots.html'>Screenshots</a></li>");

if (document.URL.lastIndexOf("features.html") >= 0 )
    document.writeln("<li><a class='active' href='http://www.screenpresso.com/features.html'>Features</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/features.html'>Features</a></li>");
/*
if (document.URL.lastIndexOf("store") >= 0)
    document.writeln("<li><a class='active' href='http://www.screenpresso.com/store'>Purchase</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/store'>Purchase</a></li>");
*/
if (document.URL.lastIndexOf("aboutus.html") >= 0 )
    document.writeln("<li><a class='active' href='http://www.screenpresso.com/aboutus.html'>About us</a></li>");
else
    document.writeln("<li><a href='http://www.screenpresso.com/aboutus.html'>About us</a></li>");