if (document.images) {
arrow1 = new Image(30,80); arrow1.src = "../layout/arrow1.gif";
arrow2 = new Image(30,80); arrow2.src = "../layout/arrow2.gif";
arrow3 = new Image(30,80); arrow3.src = "../layout/arrow3.gif";
arrow4 = new Image(30,80); arrow4.src = "../layout/arrow4.gif";
arrow5 = new Image(30,80); arrow5.src = "../layout/arrow5.gif";
arrow6 = new Image(30,80); arrow6.src = "../layout/arrow6.gif";
}

function swap(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

function showrev(albID,visitor) {
 window.open("../reviews/showreview.cfm?albID="+(""+albID)+"&visitor="+(""+visitor),'review','toolbar=yes,location=yes,menubar=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=360');
}

function showpic(albumpic) {
window.open("../pics/"+(""+albumpic),'','toolbar=no,status=no,resizable=yes,width=360,height=360');
}

function cookie() {
window.open("../includes/cookie.cfm",'','toolbar=no,status=no,resizable=yes,width=200,height=150');
}

function polls() {
window.open("oldpolls.cfm",'','toolbar=yes,status=no,scrollbars=yes,resizable=yes,width=450,height=450');
}

