path_to_root_dir = "../";

function aboutUs() {
	var aboutBox = new GlassBox();
	aboutBox.init( 'aboutBox', '650px', '450px', 'hidden', '', true, true );
	aboutBox.lbo( true, 0.0 ); 
}

function contactUs() {
	var contactBox = new GlassBox();
	contactBox.init( 'contactBox', '650px', '480px', 'hidden', '', true, true );
	contactBox.lbo( true, 0.0 ); 
}

function ack() {
	var ackBox = new GlassBox();
	ackBox.init( 'ackBox', '650px', '450px', 'hidden', '', true, true, );
	ackBox.lbo( true, 0.0 ); 
	ackBox.appear();
}
