function topmenu()
{
document.write("| <a href=../main.php>Home</a> | <a href=../imagegallery/>Downloads</a> |");
// <a href=../testimonials.php>Testimonials</a> | <a href=../report_error.php>Report An Error</a> | <a href=../credits.php>Credits</a> | <a href=../contact.php>Contact</a> |
}
function profilestopmenu()
{
document.write("| <a href=/main.php>Home</a> | <a href=/imagegallery/>Downloads</a> |");
// <a href=../testimonials.php>Testimonials</a> | <a href=../report_error.php>Report An Error</a> | <a href=../credits.php>Credits</a> | <a href=../contact.php>Contact</a> |
}
function footer()
{
// document.write("<br> | Disclaimer | Privacy Policy | Terms & Conditions | Testimonials | Credits | Contact | Sitemap |<br>");
}
function profilesfooter()
{
// document.write("<br> | Disclaimer | Privacy Policy | Terms & Conditions | Testimonials | Credits | Contact | Sitemap |<br>");
}