function legals() {
			window.open("../policy.htm",'_blank',WinType1);		
			}
			var WinType1;
			WinType1="width=500,height=470,left=380,top=50,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no";
			
			
function plant() {
			window.open("plant.htm",'_blank',WinType2);		
			}
			var WinType2;
			WinType2="width=420,height=470,left=380,top=50,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no";
			
			
function schematic() {
			window.open("schematic.htm",'_blank',WinType3);		
			}
			var WinType3;
			WinType3="width=400,height=470,left=380,top=50,status=no,toolbar=no,menubar=no,scrollbars=yes,resizable=no";




