// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild66' , 'Bild66LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild66','Use Image','Image 1 (Normal)',0,
	'Clicked','_parent:Layout','Go To','http://www.graeff-gmbh.net',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild66A').bind('click', function(__e) { return (F_e('Bild66', F_CL, __e)); } );
	$('#Bild66A').bind('mouseover', function(__e) { return (F_e('Bild66', F_MV, __e)); } );
});
// End Actions

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment


