// Get URL //
function getURL( URL )
{
	parent.location.href = URL ;
}