﻿function search()
{
    var text = document.getElementById("searchtext");
    document.location = "/SearchResults.aspx?searchtext=" + text.value + "&searchmode=AnyWord";
}

$(document).ready(function(){
	$(".catalog a").colorbox({rel:'showbag', width:600, height:500});
});
