<!--
		
function OpenWindow1(){
		window.open("http://www.flets-it.com/about.html","Window1","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,Width=600,Height=600");
		}
function OpenWindow2(){
		window.open("http://www.flets-it.com/privacy.html","Window1","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,Width=600,Height=600");
		}
function CloseWin(){
			window.close();
		}
//-->