<!-- BUTTONS

IMG01on = new Image(38, 12);
IMG01on.src = "images/template/01_on.jpg";
IMG01off = new Image(38, 12);
IMG01off.src = "images/template/01_off.jpg";

IMG02on = new Image(61, 12);
IMG02on.src = "images/template/02_on.jpg";
IMG02off = new Image(61, 12);
IMG02off.src = "images/template/02_off.jpg";

IMG03on = new Image(39, 12);
IMG03on.src = "images/template/03_on.jpg";
IMG03off = new Image(39, 12);
IMG03off.src = "images/template/03_off.jpg";

IMG04on = new Image(62, 12);
IMG04on.src = "images/template/04_on.jpg";
IMG04off = new Image(62, 12);
IMG04off.src = "images/template/04_off.jpg";

IMG05on = new Image(52, 12);
IMG05on.src = "images/template/05_on.jpg";
IMG05off = new Image(52, 12);
IMG05off.src = "images/template/05_off.jpg";

IMG06on = new Image(34, 12);
IMG06on.src = "images/template/06_on.jpg";
IMG06off = new Image(34, 12);
IMG06off.src = "images/template/06_off.jpg";

IMG07on = new Image(63, 12);
IMG07on.src = "images/template/07_on.jpg";
IMG07off = new Image(63, 12);
IMG07off.src = "images/template/07_off.jpg";

function slideonchg(imgname) {
        document[imgname].src = eval(imgname + "on.src");
}

function slideoffchg(imgname) {
        document[imgname].src = eval(imgname + "off.src");
}


function add2wishlist(varSessionLink) {
        window.open("../eticket/add2list.cfm?add2wishlist="+varSessionLink,"add2wishlist","location=no,menubar=no,status=no,scrollbars=yes,toolbar=no,location=no,width=320,height=220");
}


// ACTIVE MOUSEOVERS -->
