var winTu = 'resizeable=no,scrollbars=yes,alwaysontop,left=50,top=50,width=525,height=640';
				var winTu2 = 'resizeable=yes,scrollbars=yes,alwaysontop,left=50,top=50,width=640,height=525';
var winTu3 = 'resizeable=yes,scrollbars=yes,alwaysontop,left=50,top=50,width=640,height=640';
var winTu4 = 'resizeable=no,scrollbars=yes,alwaysontop,left=50,top=50,width=560,height=640';

function popTu(winsize,title,imgname,copyright){

pop2=window.open("","",winsize)
if (pop2){
pop2.focus()
pop2.document.open()
pop2.document.write("<head><title>mahiart.com - "+title+"</title><link rel=StyleSheet href=\"http://mahiart.com/css/mahiart.css\" type=\"text/css\"></head><body LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>")
pop2.document.write("<table width=100% height=100% border=0 valign=middle align=center><tr><td width=100% height=100% border=0 valign=middle align=center><img src="+'"'+imgname+'"'+"><p class=small align=right>Copyright &copy;"+copyright+" <a href=\"mailto:mahi@mahiart.com\">Margriet Livain</a>.  All rights reserved.&nbsp;&nbsp;&nbsp;</td></tr></table>")
pop2.document.write("</body>")
pop2.document.close()
}
else
alert("To see a larger image, please turn off your pop-up blocker!")
}