$(document).ready(function() {
	// attach full size button to images 
	$("img").fullsize();  
	 	
}); 