function PopUpTech(theURL) {
	window.open(theURL,'_blank','scrollbars=yes,width=980,height=700');
}

