$j(document).ready(function(){

	$j('.showroom_thumbs').css('cursor','pointer').mouseover(function() {
									
				var img = $j(this).attr('id');
				
				$j('#image_replace').attr({src: '/upload/'+img+'.jpg'});
				
				return false;
	});
	window.unload = GUnload();
});
