function win(URLNavigation,width, height, target)
{
	var prof = null;
	prof=window.open(URLNavigation,target,'location=0,menubar=no,resizeable=yes,scrollbars=yes,status=yes,toolbar=no,width='+width+',height='+height);
	prof.focus();
}