﻿function openWin(s,n,w,h,sb,r) {
	 window.open (s,n,"menubar=0,resizable="+r+",scrollbars="+sb+",status=0,width="+w+",height="+h);
}