function wOpen(id,f,w,h) 
{
	window.open('/_foto.php?id='+id+'&f='+f,'foto','height='+h+',width='+w+',status=no,menubar=no,resizable=no,scrollbars=0');
	//void(0);
}
