function openPict(theLink) 
{	secWin = window.open(theLink,'scndwn','width=600,height=600,screenX=30,screenY=30,top=30,left=30,scrollbars=yes,resizable=yes');
	secWin.focus();
}

