// Javascript function to open a new window

function big_picture(url){
	link = window.open(url, "george", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=1,width=620,height=600,top=50,left=50");}