// JavaScript Document

function goTop(inURL){
	top.location = inURL;
}