function openDoc(file,W,H,scrollbars)
{
	if (scrollbars=="yes") {W=W+15;}
	window.open(file,"", "width="+W+",height="+H+",resizable=no, toolbar=no, scrollbars="+scrollbars+", left=0, top=0");
}

