// JavaScript Document

function popupCompanyInfo(io) {
	window.open($(io).attr("href"),"Company info",'width=595,height=455');
}

