// JavaScript Function to pop-up larger slides

function SlidePopUp(URL) {

OpenWin = this.open(URL, 'slidepop', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=720,height=540,left = 0,top = 0')
}