function imgPopup(img) {
	newwindow=window.open(img,'pitsigns','height=440,width=540, left=100, top=100, toolbar=no, scrollbars=yes, menubar=no, location=no');
	if(window.focus)
	{
		newwindow.focus();
	}
}
