openStructure = function(){

	window.open( 'win_structure.htm', 'structure', "scrollbars=1,width=800,height=600,top=5,resizeable=1,fullscreen=1" );

}



window.onload = openStructure;