// JavaScript Document
function open_win(thumb)
	{
	window.open(thumb,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=380, height=500");
	}
	
function open_wingal(gallery)
	{
	window.open(gallery,"_blank","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=540, height=390");
	}