var dest = new Array(4);
dest[0] = "./index.php";
dest[1] = "./index.php";
dest[2] = "./index.php";
dest[3] = "./index.php?section=background";
dest[4] = "./index.php?section=definition";
dest[5] = "./index.php?section=realities";
dest[6] = "./index.php?section=donation";

dest[7] = "./gap.php";
dest[8] = "./gap.php?section=application";
dest[9] = "./gap.php?section=personal";
dest[10] = "./gap.php?section=bring";
dest[11] = "./gap.php?lang=eng&section=adventure10";
dest[12] = "./gap.php?section=institute";

dest[13] = "./feesandapplication.php";
dest[14] = "./feesandapplication.php?section=discipline";
dest[15] = "./feesandapplication.php?section=physical";
dest[16] = "./feesandapplication.php?section=survival";
dest[17] = "./feesandapplication.php?section=bring";
dest[18] = "./feesandapplication.php?section=faq";

dest[19] = "./links.php?lang=eng";
dest[20] = "./links.php?section=ogasa";
dest[21] = "./links.php?section=campus";
dest[22] = "./links.php?lang=eng&section=limhike";
dest[23] = "./links.php?lang=eng&section=senior";
dest[24] = "./links.php?lang=eng&section=skipperfees";
dest[25] = "./links.php?lang=eng&section=trans";
dest[26] = "./links.php?lang=eng&section=lifeguard";

dest[27] = "./sparks.php";
dest[28] = "./sparks.php?section=cv";
dest[29] = "./sparks.php?section=letter";

dest[30] = "./reviews.php";
dest[31] = "./reviews.php?section=ipv";
dest[32] = "./reviews.php?section=other";
dest[33] = "./reviews.php?section=eco";
dest[34] = "./reviews.php?section=general";

dest[35] = "./photos.php";

dest[36] = "./newsletter.php";


function go(d){
    window.location.href = dest[d.quicklinks.options.selectedIndex];
}

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
