function cursor_default(id)
{
	document.getElementById(id).style.cursor = "default";
}
function cursor_pointer(id)
{
	document.getElementById(id).style.cursor = "pointer";	
}
function foto_big(table,name)
{
	 var req = mint.Request();
	
	 req.Send("big_img.php?table="+table+"&name="+name, "big_foto");
	 

}
function foto_big2(name)
{
	 var req = mint.Request();
	
	 req.Send("big_img.php?table=kon&name="+name, "galeria_foto");
	 

}
