// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture16' , 'Picture16LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture22','Wipe','In From Bottom',0,
	'Mouse Out','Picture22','Hide','',0),'',0);
 	F_OM('Table6' , 'Table6LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture18' , 'Picture18LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture19','Wipe','In From Top Left',0,
	'Mouse Out','Picture19','Hide','',0),'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture21','Wipe','In From Top',0,
	'Mouse Out','Picture21','Hide','',0),'',0);
 	F_OM('Table7' , 'Table7LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture23','Wipe','In From Top Right',0,
	'Mouse Out','Picture23','Hide','',0),'',0);
 	F_OM('Table8' , 'Table8LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture23' , 'Picture23LYR', 'img', 'Layout',null,'',0);
 	F_OM('Table9' , 'Table9LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table10' , 'Table10LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture22','Wipe','In From Top',0,
	'Mouse Out','Picture22','Wipe','Out To Bottom',0),'',0);
 	F_OM('Table11' , 'Table11LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar5' , 'NavigationBar5LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Picture30' , 'Picture30LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture31','Show','',0,
	'Mouse Out','Picture31','Hide','',0),'',0);
 	F_OM('Picture31' , 'Picture31LYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture16A').bind('mouseover', function(__e) { return (F_e('Picture16', F_MV, __e)); } );
	$('#Picture16A').bind('mouseout', function(__e) { return (F_e('Picture16', F_MT, __e)); } );
	$('#Picture18A').bind('mouseover', function(__e) { return (F_e('Picture18', F_MV, __e)); } );
	$('#Picture18A').bind('mouseout', function(__e) { return (F_e('Picture18', F_MT, __e)); } );
	$('#Picture8A').bind('mouseover', function(__e) { return (F_e('Picture8', F_MV, __e)); } );
	$('#Picture8A').bind('mouseout', function(__e) { return (F_e('Picture8', F_MT, __e)); } );
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture20A').bind('mouseout', function(__e) { return (F_e('Picture20', F_MT, __e)); } );
	$('#Picture22A').bind('mouseover', function(__e) { return (F_e('Picture22', F_MV, __e)); } );
	$('#Picture22A').bind('mouseout', function(__e) { return (F_e('Picture22', F_MT, __e)); } );
	$('#Picture30A').bind('mouseover', function(__e) { return (F_e('Picture30', F_MV, __e)); } );
	$('#Picture30A').bind('mouseout', function(__e) { return (F_e('Picture30', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar5"] = {
	"NavigationButton2" : { image: "./Home_Overview_NPrim_1.jpg", rollover: "./Home_Overview_NRPrimHi_1.jpg", w: 120, h: 23 },
	"NavigationButton3" : { image: "./Lounge_-_Kitchen_NPrim_1.jpg", rollover: "./Lounge_-_Kitchen_NRPrimHi_1.jpg", w: 120, h: 23 },
	"NavigationButton4" : { image: "./Master_Bedroom_NPrim_1.jpg", rollover: "./Master_Bedroom_NRPrimHi_1.jpg", w: 120, h: 23 },
	"NavigationButton5" : { image: "./Outside_NPrim_1.jpg", rollover: "./Outside_NRPrimHi_1.jpg", w: 120, h: 23 },
	"NavigationButton6" : { image: "./Sale_Details_NPrim_1.jpg", rollover: "./Sale_Details_NRPrimHi_1.jpg", w: 120, h: 23 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar5", rollover: true, autoClose: false });
	$("#NavigationBar5").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar5 ul").hide();
});


// End Navigation Bars

