function OpenURL( Index )
{
	if( Index == 0  ) top.location = " ";
	if( Index == 1  ) top.location = "http://www.mamma.com";
	if( Index == 2  ) top.location = "http://www.google.com";
	if( Index == 3  ) top.location = "http://www.northernlights.com";
	if( Index == 4  ) top.location = "http://www.netscape.com";
	if( Index == 5  ) top.location = "http://www.infoseek.com";
	if( Index == 6  ) top.location = "http://www.webcrawler.com";
	if( Index == 7  ) top.location = "http://www.go2net.com";
	if( Index == 8  ) top.location = "http://cuiwww.unige.ch/meta-index.html";
	if( Index == 9  ) top.location = "http://www.magellan.excite.com";	
	if( Index == 10 ) top.location = "http://www.dogpile.com";	
	if( Index == 11 ) top.location = "http://www.profusion.com";	
	if( Index == 12 ) top.location = "http://www.msn.com";	
	if( Index == 13 ) top.location = "http://www.erols.com/erols/search/index.html";	
}