function impressum( width, height, ref, res, scrollable )

{ 
	open(ref,"p","width="+width+",height="+height+",resizable="+res+",scrollbars="+scrollable);
}

