
<!--
function openWindow( url, width, height ) {
	window.open( url, "open", "width=" + width + ",height=" + height + ",menubar=no,toolbar=no,directories=no,location=no,status=yes,scrollbars=yes,resizable=no" );
}
//-->
