// JavaScript Document
function PopInfo(url) {
			window.open(url,"TechSpec","width=500,height=400,menubar=no,scrollbars=yes,resizable=yes,location=no");
}
