function GoTo(vstrHref){
	document.location.href = vstrHref;
}
function Hand(vobjElement){
	vobjElement.cursor()='hand';
}
