$(function() {
$(".image").click(function() {
var image = $(this).attr("rel");
$('#image').hide();
$('#image').fadeIn('fast');
$('#image').html('<\img src="' + image + '" alt="vital materials" width="700" height="460"><\/img>');
return false;
	});
});


function popup800600(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=800,height=600,left=15,top=15,scrollbars=yes');
return false;
}

