// map popup function
function OpenWindow(){
	window.open("templates/sidney/images/Locator-Map.jpg","LargeMap","width=620px,height=620px,menubar=no,toolbar=no");
}


//
$(function() {
        $('.thickbox').lightBox();
    });
