﻿/// <reference path="../jquery/jquery-1.4.3.min.js" />

$(document).ready(function () {
    $('.BottomFootLower').click(function () { window.open('http://www.fluorescence.co.za'); });
    $('#FootHome,#FootHomeLink').click(function () { getPage('#content', 'Home.aspx', 'Scripts/pages/home.js', 'home') });
    $('#FootAbout').click(function () { $('#right').val(''); $('#rightlist').val(''); $('#curQL').val(''); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'about', this, 'NavAbout') });
    $('#FootInvRel').click(function () { $('#right').val('QL'); $('#rightlist').val('InvRel'); $('#curQL').val('0'); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'invrel', this, 'NavInvRel') });
    $('#FootSusAble').click(function () { $('#right').val('QL'); $('#rightlist').val('SusAble'); $('#curQL').val('0'); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'sustain', this, 'NavSusAble') });
    $('#FootCorGov').click(function () { $('#right').val('QL'); $('#rightlist').val('CorGov'); $('#curQL').val('0'); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'corgov', this, 'NavCorGov') });
    $('#FootAssSubs').click(function () { $('#right').val(''); $('#rightlist').val(''); $('#curQL').val(''); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'asssub', this, 'NavAssSubs') });
    $('#FootPort').click(function () { $('#catid').val(''); getPage('#content', 'Template3.aspx', 'Scripts/pages/template3.js', 't10', this, 'NavPort') });
    $('#FootContact').click(function () { getPage('#content', 'Template1.aspx', 'Scripts/pages/template1.js', 'contact', this, 'NavContact') });
    $('#LinkContact').click(function () { getPage('#content', 'Template1.aspx', 'Scripts/pages/template1.js', 'contact') });
    $('#Disclaimer').click(function () { $('#right').val('QL'); $('#rightlist').val('LegDoc'); $('#curQL').val('0'); getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'legdocl', this, 'disc') });
//    $('.adminButton').colorbox({ inline: true, href: "#Login" });
//    $('#Legal').click(function () { getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'legal') });
//    $('#Help').click(function () { getPage('#content', 'Template2.aspx', 'Scripts/pages/template2.js', 'help') });
});
