var streamrefresh=0;

function menu () {
	return Menu = "<table width=\"210\" cellspacing=\"0\" cellpadding=\"0\"><tbody><tr><td height=\"27\" style=\"background-image: url(images/box_top.png);\" colspan=\"3\"><p style=\"margin-left: 10px; text-align: center; color: red;\"><b>Streaming</b></p></td></tr><tr style=\"height: 74px;\"><td width=\"2\" style=\"background-image: url(images/box_left.png);\"/><td width=\"206\" style=\"background-image: url(images/box_center.png);\"><p style=\"font-size: 10px; margin-left: 5px; text-align: center; color: black;\">" +
	
		//"Rif. R. Margherita, Monte Rosa <a name=\"#video\" href=\"#video\" onclick=\"streamBox(1, 138000)\"><span style=\"color: red;\">1</span></a><br><br>" +
		"Highcare - <a name=\"#video\" href=\"#video\" onclick=\"streamBox(1, 138000) style=\"font-size:10px\"\">La partenza</a><br><br>" +
		"Highcare - <a href=\"#\" onclick=\"streamBox(2, 135000) style=\"font-size:10px\"\">Arrivo a Kathmandu</a>" +

"</p></td><td width=\"2\" style=\"background-image: url(images/box_left.png);\"/></tr><tr><td height=\"4\" style=\"background-image: url(images/box_bottom.png);\" colspan=\"3\"/></tr></tbody></table>";
}


function Stream (file)
{
	return "<embed src=\"stream/" + file + "\" width=\"254\" height=\"217\" autostart=\"1\" showcontrols=\"1\" type=\"application/x-mplayer2\" pluginspage=\"http://www.microsoft.com/windows/windowsmedia/download/\" />";
}

function streamBox(show, flength) {
	var contenuti = new Array();

	contenuti[0] = menu();    
 	//contenuti[1] = Stream("ParatiTG3.mpg");
 	contenuti[1] = Stream("Spedizione080910.wmv");
 	//contenuti[2] = Stream("monterosa.mpg");
 	contenuti[2] = Stream("everest11-9-2008.flv");
     
	document.getElementById("streamdiv").innerHTML = contenuti[show];

	if (flength != 0)
		streamrefresh = setTimeout("streamBox(0)", flength);
}
