function openPartsList(catno) {
	if (screen.width) {
		if (screen.width > 800) winWidth = 	840;
		else winWidth = 790;
	}
	else winWidth = 790;
	
	window.open("http://www.baldor.com/products/partslist.asp?1=1&catalog="+catno, "partslist", "width="+winWidth+",height=550,scrollbars=yes,resizable=yes");
}

function openDrawings(catno) {
	winWidth = 640;
	window.open("http://shared.a2zinventory.com/baldor/drawings.cfm?catalog="+catno, "drawings", "width="+winWidth+",height=290,scrollbars=yes,resizable=yes");
}

function openBrochures(catno) {
	winWidth = 600;
	window.open("http://shared.a2zinventory.com/baldor/brochures.cfm?catalog="+catno, "drawings", "width="+winWidth+",height=300,scrollbars=yes,resizable=yes");
}

