﻿
$(document).ready(function () {
    $.preloadCssImages();
});

$(function () {
    $('.LightBoxImage1').lightBox();
    $('.LightBoxImage2').lightBox();
    $('.LightBoxImage3').lightBox();
    $('.LightBoxImage4').lightBox();
    $('.LightBoxImage5').lightBox();
});

function GotoURL(url)
{
    window.open(url, null, 'left=20,top=20,width=800,height=600,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');    
}




