function SetURL(URL)
{
	
	parent.frames['Body'].location.href = URL;	
	
}

