/*

    WTobjectFrame.js
    
    Functions for the published site frame
    
    Written by Ray Wampler
    
*/

function PageLoad(status) {

	try {
		if (NavBarBackground=='') {
			//Make the nav bar frame match the object frame
			parent.WTnavFrame.document.body.background = document.body.background;
			parent.WTnavFrame.document.body.bgColor = document.body.bgColor;
			if (status=='Free') {
				scrollIn();
			}
		}
	} catch(e) {
		// Ignore
	}	
}

