<!--
function flash(msg){
if(msg=="membrane" ){
var newwind=window.open('membrane_filtration_images.html' , 'newwin' , 'width=500,height=580,scrollbars=yes,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
else if(msg=="project" ){
var newwind=window.open('Project_graph.html' , 'newwin' , 'width=500,height=400,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
else if(msg=="chart" ){
var newwind=window.open('mgchart.html' , 'newwin' , 'width=590,height=450,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="europe" ){
var newwind=window.open('http://www.geafiltration.com/profile/europe.asp' , 'newwin' , 'width=660,height=510,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="overseas" ){
var newwind=window.open('http://www.geafiltration.com/profile/overseas.asp' , 'newwin' , 'width=680,height=400,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="buss" ){
var newwind=window.open('http://www.geafiltration.com/profile/business_units.asp' , 'newwin' , 'width=900,height=550,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="org" ){
var newwind=window.open('http://www.geafiltration.com/profile/northAmOrgan.asp' , 'newwin' , 'width=670,height=450,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="map" ){
var newwind=window.open('http://www.geafiltration.com/profile/northAmap.asp' , 'newwin' , 'width=620,height=490,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
  else if(msg=="mg" ){
var newwind=window.open('mg.html' , 'newwin' , 'width=750,height=450,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
  else if(msg=="preng" ){
var newwind=window.open('process_engineering.html' , 'newwin' , 'width=800,height=530,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
 else if(msg=="treng" ){
var newwind=window.open('thermal_engineering.html' , 'newwin' , 'width=800,height=400,scrollbars=no,resizable=no,left=0,top=0,screenX=0,screenY=0');
 }
  else if(msg=="mem" ){
	var newwind=window.open('membrane_filtration_spectrum.html' , 'newwin' , 'width=620,height=686,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
  else if(msg=="filt_spect" ){
	var newwind=window.open('table1_filt_spect.htm' , 'newwin' , 'width=740,height=240,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
  else if(msg=="tab2_whey_pr" ){
	var newwind=window.open('table2_whey_pr_eval.htm' , 'newwin' , 'width=790,height=285,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
	else if(msg=="fig1_why_pr_dia" ){
	var newwind=window.open('fig1_why_pr_dia.htm' , 'newwin' , 'width=715,height=460,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
	else if(msg=="fig2_why_pr_sheet" ){
	var newwind=window.open('fig2_why_pr_sheet.htm' , 'newwin' , 'width=715,height=465,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
	else if(msg=="fig3_defattening_whey" ){
	var newwind=window.open('fig3_defattening_whey.htm' , 'newwin' , 'width=715,height=470,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }
	else if(msg=="fig4_microfilt_pr" ){
	var newwind=window.open('fig4_microfilt_pr.htm' , 'newwin' , 'width=715,height=460,scrollbars=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');
 }


}

//-->


