function loadConferencePage( Code, wAddress){
	if (wAddress == null){
		if ( document.forms[0].PageCode != null ){
			document.forms[0].PageCode.value = Code;
			document.forms[0].submit();
		}
	}
	else
		window.open( wAddress, 'israWnd' );
}
