function tf(URL1,URL2,URL3)
{
//alert('ntf');

if (URL3 !='0')parent.frames[4].location.href=URL3;
if(URL2 !='0')parent.frames[3].location.href=URL2;
if(URL1 !='0')parent.frames[2].location.href=URL1;

}

