function ow(url,winWidth,winHeight) {
	newWindow=window.open ( url,'newWin', 'toolbar=no,location=no,scrollbars,width=' + winWidth + ',height=' + winHeight)
}
