function opendocs(url, width, height, scrl)
{
	window.open(url, "_blank", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars="+scrl+",resizeable=0,width="+width+",height="+height);
}
