function doit(html) 
{
	window.open(html,'_top');
}