<!--
function newWindow(Url,Name,Width,Height)
{
	var Name = window.open(Url,Name,"resizable,scrollbars=yes,width="+Width+",height="+Height);
}
function scrollWindow(Url,Name,Width,Height)
{
	var Name = window.open(Url,Name,"resizable,scrollbars=auto,width="+Width+",height="+Height);
}

// End -->


