// JavaScript Document

function automotiveWindow() {
projWindow = window.open
("popups/automotive_popup.html", "endUsersWin", 
  "width=380,height=240")

}

function smallengineWindow() {
projWindow = window.open
("popups/smallengine_popup.html", "endUsersWin", 
  "width=380,height=210")

}

function commelectronicsWindow() {
projWindow = window.open
("popups/commelectronics_popup.html", "endUsersWin", 
  "width=380,height=180")

}

function consumersportingWindow() {
projWindow = window.open
("popups/consumersporting_popup.html", "endUsersWin", 
  "width=380,height=260")

}

function industrialconstructionWindow() {
projWindow = window.open
("popups/industrialconstruction_popup.html", "endUsersWin", 
  "width=380,height=260")

}

function aerospacedefenseWindow() {
projWindow = window.open
("popups/aerospacedefense_popup.html", "endUsersWin", 
  "width=380,height=200")

}

function lawnagrictultureWindow() {
projWindow = window.open
("popups/lawnagriculture_popup.html", "endUsersWin", 
  "width=380,height=210")

}

function officefurnitureWindow() {
projWindow = window.open
("popups/officefurniture_popup.html", "endUsersWin", 
  "width=380,height=180")

}















