// JavaScript Document


function open_after(url) {
mywin = window.open(url,"win",'toolbar=0,location=no,left=0,top=0,screenX=0,screenY=0,directories=0,status=0,menubar=no,resizable=yes,scrollbars=no,width=620,height=460');
}

<!-- SCRIPT FOR NAV ROLLOVERS -->
<!-- Hide from older browsers
if (document.images) {

        var arrow_left_01 = new Image()
        arrow_left_01.src = "images/arrow_left_01.gif"
        var arrow_left_02 = new Image()
        arrow_left_02.src = "images/arrow_left_02.gif"
		
		var arrow_right_01 = new Image()
        arrow_right_01.src = "images/arrow_right_01.gif"
        var arrow_right_02 = new Image()
        arrow_right_02.src = "images/arrow_right_02.gif"

}

function hilite2(imgName) {
        if (document.images)
        document[imgName].src = eval(imgName + '02.src')
}

function dimlite2(imgName) {
        if (document.images)
        document[imgName].src = eval(imgName + '01.src')
}

// stop hiding -->

<!-- END OF SCRIPT FOR NAV ROLLOVERS -->