<!--
function wWindow() 
{
web = window.open("","web","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=560, height=520");
web.focus();
}
function sbar(st) {
st.style.backgroundColor = '#bbdddd';
}
			
function cbar(st) {
st.style.backgroundColor = '';
}
-->

