function ow(url)
{
	window.open(url, "helpwin", "height=600,width=600,scrollbars=yes");
}

