// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Exiting','Layout','Open Window',F_Parm('name','','URL','./winzercafe_kopp.html','width',450,'height',230,'top',0,'left',0,'toolbar','no','menubar','no','location','no','status','no','resizable','no','directories','no','scrollbars','no'),0));
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text2','Move By',F_Parm('x',250,'y',0,'duration',30,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','Layout','Go To URL','./index2.html',1),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions


