function pop(url,wdw,w,h,s,x) {
	if (s==1){w+=16}
	var winleft = x; //(screen.width - w) / 2;
	var wintop = 50; //(screen.height - h) / 2;
	winPop = window.open(url, wdw, 'width='+w+',height='+h+',left='+winleft+',top='+wintop+',screenX=0,screenY=0,directories=0,location=0,menubar=0,scrollbars='+s+',status=1,toolbar=0,resizable=1');
	winPop.focus();
}



