function WindowOpen(url)
{
	window.open(url, '', 'width=880,height=740,scrollbars=yes,toolbar=no,location=no');
}

function WindowOpenScrollbar(url)
{
	window.open(url, '', 'width=880,height=740,scrollbars=yes,toolbar=no,location=no');
}

