
function show_large($new_src) { 
	document.getElementById('large_img').src='/images/thumbs_lrg/'+$new_src;
}

function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}

