function myThunb(mini,maxi)
	{
	document.write('<A HREF="javascript:viewPict(\''+maxi+'\')" onMouseOver="window.status=\'Bigger\'; return true;" onMouseOut="window.status=\'Talkinloud.org\'; return true;"><IMG SRC="'+mini+'" HSPACE=0 VSPACE=0 BORDER=1 ALT="Enlarge picture" height=90></A>');
	}
function viewPict(mypict)
	{
	i1 = new Image;
	i1.src = mypict;
	html = '<html>\n<head>\n<title>Talkinloud.org - Picture</title>\n</head>\n<body LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0>\n<CENTER><IMG SRC="'+mypict+'" BORDER=0 NAME=imageT onLoad="window.resizeTo(document.imageT.width+4,document.imageT.height+6)"></CENTER>\n</body>\n</html>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	};
function openwin(str, scr, w, h) {

        searchWin = window.open(str,'TalkinLoud','scrollbars='+scr+',resizable=yes,width='+w+',height='+h+',status=yes,location=no,toolbar=yes');

//        searchWin.refer = self;

}

