path_to_root_dir = "/";


function flashnotice_2() {
	var myBox_2 = new GlassBox();
	myBox_2.init( 'myBox_2', '520px', '460px', 'auto', '', true, true );
	myBox_2.lbo( true, 0.0 ); 
	myBox_2.appear();
}

function flashnotice_3() {
	var myBox_3 = new GlassBox();
	myBox_3.init( 'myBox_3', '450px', '320px', 'hidden', '', true, true );
	myBox_3.lbo( true, 0.0 ); 
	myBox_3.appear();
}