function ChangeUrl(changeUrl)
{
	//alert('changeUrl is '+changeUrl);
	parent.location = changeUrl;
}

