// JavaScript Documentvar type
var newWindow

function makeNewWindow(type){
	if (newWindow){
		newWindow.close()
		newWindow = null
	}
  
 	if (type==1){
		newWindow=window.open("apogeeimages/graphlarge.jpg","image","height=441, width=760, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
	if (type==2){
		newWindow=window.open("pdfs/revrotbrochure.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  

	if (type==3){
		newWindow=window.open("pdfs/Revrot.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  

	if (type==4){
		newWindow=window.open("pdfs/annualaluminumprojectreview.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==5){
		newWindow=window.open("pdfs/ohiotechnologyshowcase.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==6){
		newWindow=window.open("pdfs/DOEproject.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==7){
		newWindow=window.open("pdfs/FactSheetIsothermalMeltingProcess.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==8){
		newWindow=window.open("pdfs/IsothermalMelting.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==9){
		newWindow=window.open("pdfs/annual03aluminum.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==10){
		newWindow=window.open("pdfs/Revperf3WP50.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==11){
		newWindow=window.open("pdfs/SCEckertExpanded.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==12){
		newWindow=window.open("apogeeimages/ITMNew1LoRespopup.jpg","image","height=400, width=553, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==13){
		newWindow=window.open("apogeeimages/sidebay.gif","image","height=200, width=475, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
 	if (type==14){
		newWindow=window.open("apogeeimages/bsppheatedthrough.jpg","image","height=350, width=265, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
	if (type==15){
		newWindow=window.open("pdfs/annualaluminumprojectreview.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
	if (type==16){
		newWindow=window.open("pdfs/April112006pressrelease.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	
	if (type==17){
		newWindow=window.open("pdfs/April112006presskit.pdf","pdf","height=750, width=500, resizable=no, menubar=no, scrollbars=no, top=10, left=10")
	}  
	

}


