function go()
{
	var a = window.open('','','width=700,height=370');
	a.document.open("text/html");
	a.document.write(document.getElementById('print').innerHTML);

	a.print();
}


$(document).ready(function(){
						   
						   
	
						   $("#subheader").slideDown(1000);
						   					   $('#gallery a').lightBox({fixedNavigation:true});
						   
						   });