// JavaScript Document

function irUrl(url)
{
	window.top.location.href=url;
}



