function goTo(where) {
	document.location.replace(where);
	return false;
}


function stdPopup(url, width, height) {
	window.open(url, "_blank", "width="+width+", height="+height+", status=no, resizable=1, scrollbars=1, toolbar=no, menubar=no, screenX=100,screenY=100")
}
