function tancar()
{
	var frm = window.parent.frames;
	if (frm.length==0)
	{
		window.close();
	}
	else
	{
		top.close()
	}
	
}