$(function() {
        $('#slide a').lightBox();
    });

function openWindow(theURL,winName,features) {
  newWindow = window.open(theURL,winName, 'scrollbars=yes,width=680,height=450,resizable=yes,top=30,left=300, toolbar=no')
	newWindow.focus(0)
}

$(function() {
        $('#slide2 a').lightBox();
    });

function openWindow(theURL,winName,features) {
  newWindow = window.open(theURL,winName, 'scrollbars=yes,width=680,height=450,resizable=yes,top=30,left=300, toolbar=no')
	newWindow.focus(0)
}

$(function() {
        $('#slide3 a').lightBox();
    });

function openWindow(theURL,winName,features) {
  newWindow = window.open(theURL,winName, 'scrollbars=yes,width=680,height=450,resizable=yes,top=30,left=300, toolbar=no')
	newWindow.focus(0)
}
     
   

