function picture(i,w,h)
{
	x=window.open('/pic.php?i='+i,'','location=0,menubar=0,toolbar=0,resizable=0,scrollbars=0,top=44,left=44,width='+w+',height='+h);
}

