function Enlarge(picname)
{
	var dom = '';
	var imgdom = '' ;
	var absdir = 'images/uploaded/';
	var wwidth = 640;
	var wheight = 480;
	var bigpicname = absdir+picname;
	
	ShowWindow = window.open('','','width='+wwidth+',height='+wheight+',resizable=no');
    ShowWindow.moveTo((screen.width-wwidth)/2,(screen.height-wheight)/2);
	ShowWindow.document.open();
	ShowWindow.document.write("<html><head><title>&gt;&gt; Click on the picture to close this window</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href='javascript:close()'><img src='"+ bigpicname +"' onload='window.resizeTo(this.width+12,this.height+31);window.moveTo((screen.width-this.width)/2,(screen.height-this.height)/2)' border='0'></a></body></html>");
    ShowWindow.document.close();
}

function EnlargeTeam(picname)
{
	var dom = '';
	var imgdom = '' ;
	var absdir = '../foto/';
	var wwidth = 455;
	var wheight = 330;
	var bigpicname = absdir+picname;
	
	ShowWindow = window.open('','','width='+wwidth+',height='+wheight+',resizable=no');
    ShowWindow.moveTo((screen.width-wwidth)/2,(screen.height-wheight)/2);
	ShowWindow.document.open();
	ShowWindow.document.write("<html><head><title>&gt;&gt; Click on the picture to close this window</title></head><body leftmargin=0 topmargin=3 marginwidth=0 marginheight=3 bgcolor=#003399 link=#CCCCCC alink=#CCCCCC vlink=#CCCCCC><div align='center'><a href='javascript:close()'><img src='"+ bigpicname +"' onload='window.resizeTo(this.width+25,this.height+65);window.moveTo((screen.width-this.width)/2,(screen.height-this.height)/2)' border='3'></a></div></body></html>");
    ShowWindow.document.close();
}

function EnlargeImg(picname)
{
	var dom = '';
	var imgdom = '' ;
	var absdir = '../foto/';
	var wwidth = 810;
	var wheight = 610;
	var bigpicname = absdir+picname;
	
	ShowWindow = window.open('','','width='+wwidth+',height='+wheight+',resizable=no');
    ShowWindow.moveTo((screen.width-wwidth)/2,(screen.height-wheight)/2);
	ShowWindow.document.open();
	ShowWindow.document.write("<html><head><title>&gt;&gt; Click on the picture to close this window</title></head><body leftmargin=0 topmargin=3 marginwidth=0 marginheight=3 bgcolor=#003399 link=#CCCCCC alink=#CCCCCC vlink=#CCCCCC><div align='center'><a href='javascript:close()'><img src='"+ bigpicname +"' onload='window.resizeTo(this.width+25,this.height+65);window.moveTo((screen.width-this.width)/2,(screen.height-this.height)/2)' border='3'></a></div></body></html>");
    ShowWindow.document.close();
}

function EnlargeViews(picname)
{
	var dom = '';
	var imgdom = '' ;
	var absdir = '';
	var wwidth = 640;
	var wheight = 480;
	var bigpicname = absdir+picname;
	
	ShowWindow = window.open('','','width='+wwidth+',height='+wheight+',resizable=no');
    ShowWindow.moveTo((screen.width-wwidth)/2,(screen.height-wheight)/2);
	ShowWindow.document.open();
	ShowWindow.document.write("<html><head><title>&gt;&gt; Click on the picture to close this window</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor=#000066><div align=center><img src='../images/MagicPixel.gif' width='1' height='8' border='0'><br><a href='javascript:close()'><img src='"+ bigpicname +"' onload='window.resizeTo(this.width+25,this.height+60);window.moveTo((screen.width-this.width)/2,(screen.height-this.height)/2)' border='0'></a><br><img src='images/ArrowWhite1.gif' width=14 height=6 alt= border=0>&nbsp;<a href='javascript:window.print();' style='font-family:verdana;font-size:10px;font-weight:bold;color:#FFFFFF;text-decoration:none;'>print this picture</a></div></body></html>");
    ShowWindow.document.close();
}

function EnlargeDL(picname)
{
	var dom = '';
	var imgdom = '' ;
	var absdir = 'downloads/';
	var wwidth = 640;
	var wheight = 480;
	var bigpicname = absdir+picname;
	
	ShowWindow = window.open('','','width='+wwidth+',height='+wheight+',resizable=no');
    ShowWindow.moveTo((screen.width-wwidth)/2,(screen.height-wheight)/2);
	ShowWindow.document.open();
	ShowWindow.document.write("<html><head><title>&gt;&gt; Click on the picture to close this window</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><a href='javascript:close()'><img src='"+ bigpicname +"' onload='window.resizeTo(this.width+12,this.height+31);window.moveTo((screen.width-this.width)/2,(screen.height-this.height)/2)' border='0'></a></body></html>");
    ShowWindow.document.close();
}