function Go(ref)
{
	parent.top.document.location.href = ref;
}

function GoLastParent(ref)
{
	parent.document.location.href = ref;
	
}
function GoPage(ref)
{
	document.location.href = ref;
}
function GoURL(ref)
{ 
 	top.Logo.location.href = ref;
}
function NavigaGoURL(ref)
{ 
 	top.Workspace.location.href = ref;
}
function GoWindow(ref, tool)
{
	window.open(ref, '', tool);
}