/*
* 2Ms js library
*
*  open window meteo
*
* copyright (c) 1985-2006 by 2Ms CENTRO STUDI TECNICI
* http://www.2ms-it.com
* all rights reserved.
*/

function MeteoWindow()
	{
		window.open("","meteowin","toolbar=no,scrollbars=no,directories=no, status=no, menubar=no, resizable=no, width=550, height=233")
	} 
