function openIsoInfo() {
	window.open('isosteel.php','Isosteel',config='height=400,width=600,resizable=1,scrollbars=1')
}

function openPop(url,title) {
	window.open(url, title, config='height=400,width=600,resizable=1,scrollbars=1')
}

