/*
 * javascript functions for MSCI
 */

	function Openme(newin) 
	{
            fout=window.open(newin,"fout","resizable=yes,scrollbars=yes,width=480,height=420,top=300,left=300")
    }

	function OpenArticle(newin) 
	{
            fart=window.open(newin,"Article","resizable=yes,scrollbars=yes,width=480,height=420,top=300,left=300")
    }

