function pu(n,w,wh,ht,sb,tb)
{
	var s = ['no','yes'];
	var ac = 'scrollbars=' + s[sb] + ',toolbars=' + s[tb] + ',width=' + wh + ',height=' + ht;
	hw=window.open (n,w,ac);
	hw.focus();
}
