//****************************************************//
//**** (c)1998,1999,2000 Frank Ullrich          ******//
//**** email: frank@upmedia.com                 ******//
//**** made: aaa. 0000, 1999                    ******//
//**** update: xx.xx.xx                         ******//
//****   reason why:                            ******//
//****                                          ******//
//****************************************************//
//******************************************************
//**** browser utilities (author: FU)      ForWard  ****
//******************************************************
var selectedItem="aaa.htm";

function forwardURL(dest)
{
	//alert (dest); 
if(dest) document.location.href = dest;
}
