// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild16' , 'Bild16LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild16','Move By',F_Exp('{x:0,y:5,duration:10,inDuration:2,outDuration:2,repeat:1,reverse:false,message:""}'),0,
	'Mouse Out','Bild16','Restore Position','',0,
	'Clicked','Layout','Go To','./russia_index/pivnoj_mir/pivnoj_mir.html',0),'',0);
 
	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild16A').bind('click', function(__e) { return (F_e('Bild16', F_CL, __e)); } );
	$('#Bild16A').bind('mouseover', function(__e) { return (F_e('Bild16', F_MV, __e)); } );
	$('#Bild16A').bind('mouseout', function(__e) { return (F_e('Bild16', F_MT, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape1").media({ width: 403, height: 24, src: 'TickerTape.class', title: '',
		params: { codebase: './english_pages/africa/', 'text1': 'Abf?lltechnik gebraucht und neu f?r Glas / PET / Dose / KEG / ....    ', 'speed': '25', 'framecolor': 'lightGray', 'backcolor': 'blue', 'ledtype': '0', 'ledcolor': 'red', 'LEDsize': '2', 'link1': './russia_index/pivnoj_mir/pivnoj_mir.html', 'text2': 'Spezalist f?r Russland        ...    ', 'link2': './russia_index/pivnoj_mir/pivnoj_mir.html' }
	});
});
$(document).ready(
function() {
	$("#Java2").media({ width: 125, height: 41, src: 'led_clock.class', title: '',
		params: { codebase: './', 'ledcolor': 'blue', 'backcolor': 'white', 'framecolor': 'white', 'clock_mode': '0', 'time_mode': 'client' }
	});
});
$(document).ready(
function() {
	$("#Java3").media({ width: 125, height: 41, src: 'led_clock.class', title: '',
		params: { codebase: './', 'ledcolor': 'blue', 'backcolor': 'white', 'framecolor': 'white', 'clock_mode': '24', 'time_mode': 'client' }
	});
});
// End jMedia Components


