function header() {

	var locationString = location.pathname;
	var posFeatures = locationString.indexOf("features");
	var posAbout = locationString.indexOf("about");
	var posWindow = locationString.indexOf("window");
	if( posAbout >= 0) {
		document.write("<a href='../about/index.html' id='about' class='headerAlocked' style='background-color: #ecf3f7; color: #12a2ea; border-right: 1px solid #ffffff; padding: 5px 20px; text-decoration: none;'>about</a>");
	} else {
		document.write("<a href='../about/index.html' id='about'>about</a>");
	}
	if( posFeatures >= 0) {
		document.write("<a href='../features/index.php' id='features' class='headerAlocked' style='background-color: #ecf3f7; color: #12a2ea; border-right: 1px solid #ffffff; padding: 5px 20px; text-decoration: none;'>features</a>");
	} else {
		document.write("<a href='../features/index.php' id='features'>features</a>");
	}
	if(posWindow >=0) {
		document.write("<a href='../window/index.php' id='window' class='headerAlocked' style='background-color: #ecf3f7; color: #12a2ea; border-right: 1px solid #ffffff; padding: 5px 20px; text-decoration: none;'>window shop</a>");
	} else {
		document.write("<a href='../window/index.php' id='window'>window shop</a>");
	}
}

function px() {
document.write("<table cellpadding='0' cellspacing='0'><tr><td><div id='px'><img src='../images/px.gif' width='1' height='5' cellpadding='0' cellspacing='0' border='0'></div></td></tr></table>")
}

function credits() {
document.write("<table cellpadding='0' cellspacing='0' border='0' width='100%'><tr><td align='center'><div id='footer'>&#169; 2006&#150;2011 <a href='../about/index.html'>Colicoco</a>. All rights reserved. <a href='../about/privacy.html'>Privacy</a>.</div></td></tr></table>")
}
