// GoTOUrl Script
function GoToUrl(MyUrl) {
	document.location = MyUrl
}
function openNewWindow(url)
{
	window.open(url,'stum',"resizable=no, scrollbars=yes, left=100, top=100, status=yes,width=422,height=147");
}