// JavaScript Document

function specsWindow()
{
	window.open("http://www.wynnassoc.com/specificationsWindow.html","specs_window","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=yes, width=450, height=330")
}

<!-- Change Background Scrollover -->
function changeBG(element, bg) {
	document.all(element).style.background=bg
}
function returnBG(element, bg) {
	document.all(element).style.background=bg
}