function newWindow() {

   window.open("part.htm","d1","WIDTH=383,HEIGHT=290" )
	
}




//	Function to select a valve 
	var newWindow3 = null

function seeValve(form) {
	newValve =
	   (form.valves.options[form.valves.selectedIndex].value)

	if (newWindow3 == null) {
	   var newWindow3 =
  	   window.open(newValve +".htm","valve", "WIDTH=650,HEIGHT=400,resizable,scrollbars,outerWidth=650,outerHeight=400,resizable")
}
	}
//	End of function



//	Function to select a motor

	var newWindow4 = null

function seeMotor(form) {
	newMotor =
	   (form.motors.options[form.motors.selectedIndex].value)

	if (newWindow4 == null) {
	   var newWindow4 =
  	   window.open(newMotor +".htm","motor", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function



//	Function to select a pump

	var newWindow5 = null

function seePump(form) {
	newPump =
	   (form.pumps.options[form.pumps.selectedIndex].value)

	if (newWindow5 == null) {
	   var newWindow5 =
  	   window.open(newPump +".htm","pump", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function



//	Function to select Filtration

	var newWindow6 = null

function seeFiltration(form) {
	newFiltration =
	   (form.filtration.options[form.filtration.selectedIndex].value)

	if (newWindow6 == null) {
	   var newWindow6 =
  	   window.open(newFiltration +".htm","filtration", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function

//	Function to select an Accessory

	var newWindow7 = null

function seeAccessories(form) {
	newAccessories =
	   (form.accessories.options[form.accessories.selectedIndex].value)

	if (newWindow7 == null) {
	   var newWindow7 =
  	   window.open(newAccessories +".htm","accessories", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function


//	Function to select an  Misc Accessory

	var newWindow8 = null

function seeMiscellaneous(form) {
	newMiscellaneous =
	   (form.miscellaneous.options[form.miscellaneous.selectedIndex].value)

	if (newWindow8 == null) {
	   var newWindow8 =
  	   window.open(newMiscellaneous +".htm","miscellaneous", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function


//	Function to select an  Oil Cooler

	var newWindow9 = null

function seeCool(form) {
	newCool =
	   (form.cool.options[form.cool.selectedIndex].value)

	if (newWindow9 == null) {
	   var newWindow9 =
  	   window.open(newCool +".htm","cool", "WIDTH=650,HEIGHT=400,outerWidth=650,outerHeight=400,resizable,scrollbars")
}
	}
//	End of function


//	Function to select an Vendor



function goAnchor() {
window.location.hash = document.productsForm.company.value
	
	}
//	End of function

// 	Image 1

	if (document.images) {
	   Image1a = new Image
	   Image1b = new Image
	   Image1a.src = "my_images/arrow_crossb.gif"
	   Image1b.src = "my_images/arrow_crossr.gif"
	}
	else {
	   Image1a = " "
	   Image1b = " "
	}

// 	Image 2

	if (document.images) {
	   Image2a = new Image
	   Image2b = new Image
	   Image2a.src = "my_images/arrow_danfossb.gif"
	   Image2b.src = "my_images/arrow_danfossr.gif"
	}
	else {
	   Image2a = " "
	   Image2b = " "
	}

// 	Image 3

	if (document.images) {
	   Image3a = new Image
	   Image3b = new Image
	   Image3a.src = "my_images/arrow_lhab.gif"
	   Image3b.src = "my_images/arrow_lhar.gif"
	}
	else {
	   Image3a = " "
	   Image3b = " "
	}
// 	Image 4

	if (document.images) {
	   Image4a = new Image
	   Image4b = new Image
	   Image4a.src = "my_images/arrow_permcob.gif"
	   Image4b.src = "my_images/arrow_permcor.gif"
	}
	else {
	   Image4a = " "
	   Image4b = " "
	}

// 	Image 5

	if (document.images) {
	   Image5a = new Image
	   Image5b = new Image
	   Image5a.src = "my_images/arrow_lprinceb.gif"
	   Image5b.src = "my_images/arrow_lprincer.gif"
	}
	else {
	   Image5a = " "
	   Image5b = " "
	}

// 	Image 6

	if (document.images) {
	   Image6a = new Image
	   Image6b = new Image
	   Image6a.src = "my_images/arrow_stauffb.gif"
	   Image6b.src = "my_images/arrow_stauffr.gif"
	}
	else {
	   Image6a = " "
	   Image6b = " "
	}


