$(function() {
	$(".popup").click(function(){
		window.open(this.href, "_blank","width=920,height=600,menubar=yes,toolbar=yes,location=yes,status=yes,resizable=yes,scrollbars=yes");
		return false;
	});
});


jQuery.preloadImages = function()
{
	for(var i = 0; i<arguments.length; i++)
	{
		jQuery("<img>").attr("src", arguments[i]);
	}
};
