img=new Image;function up(Target,width,height){
img.src=document[Target].src;img.src=img.src.substring(0,img.src.indexOf(".jpg")) + "_large.jpg";
width+=20;height+=35;
lefty=screen.width-screen.availWidth+15;
topx=screen.height-screen.availHeight+15;
bWindow = window.open('','bWindow',"top="+topx+",left="+lefty+",height="+height+",width="+width);
var bHTML = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n<html>\n<head>\n<title>Filli Foto</title>\n</head>\n<body topmargin=5 leftmargin=5 onLoad="window.resizeTo((document.images[0].width+20),(document.images[0].height+40));window.moveTo((screen.width-document.images[0].width)/2,(screen.height-document.images[0].height)/2);window.focus()" bgcolor="#FFFFFF"><div align="center"><a href="javascript:self.close()"><img src="'+img.src+'" border=0></a>\n</div></body></html>'
bWindow.document.open();bWindow.document.write(bHTML);bWindow.document.close();}
