// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	
'Page Loaded','Layout','Open Window',F_Parm('name','Info','URL','http://www.1tcniro.de/infofenster.html','width',730,'height',580,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
));
	F_OM('VerticalNavigationBar2' , 'VerticalNavigationBar2LYR', 'nav', 'Layout',
null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


