function showbig(id,type,gallery_root)
{	
	if (window.parent.location.href.toLowerCase().indexOf("/english/") != -1)
	{
		path_lang = '/english';
	}
	else path_lang = '';

	if(gallery_root)gr=1;
	else gr=0;

	if(type==1)
	{   				window.open(path_lang+"/company/gallery/?bid="+id+"&gr="+gr,"win","toolbar=no,location=no,menubar=no,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=no,width=600,height=420"); 
	}
	else
	{		window.open(path_lang+"/company/gallery/?bid="+id+"&gr="+gr,"win","toolbar=no,location=no,menubar=no,directories=no,status=yes,scrollbars=no,resizable=no,copyhistory=no,width=400,height=620"); 
	}
}