﻿

//popup thingy

function openpopup(popurl){
var winpops=window.open(popurl,"","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=520,height=650,left = 262,top = 20")
}

//referrer page
function start() {
var ref = document.getElementById('referrer');
ref.value = document.referrer;
}
onload = start; 


//
function showstuff(boxid){ document.getElementById(boxid).style.display="inline"; }
function hidestuff(boxid){ document.getElementById(boxid).style.display="none"; }



//show hide more info


function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=400,height=400,left = 312,top = 184");
}
