// JavaScript Document
function open_win(thumb)
	{
	window.open(thumb,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=200, height=300");
	}
	
function open_gal(gallery)
	{
	window.open(gallery,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=300, height=300");
	}