function LoadParent(url) 
{
	parent.location.href = url;
}

function LoadUrl(url) 
{
	document.location.href = url;
}

