/*PopUp Code*/

function openWindowContact() {
  popupWin = window.open('t312_contact.aspx', 'remote', 'status,scrollbars,resizable,dependent,width=450,height=600,left=120,top=70')
}
function openIcon() {
  popupWin = window.open('t312_iconkey.aspx', 'remote', 'status,scrollbars,resizable,dependent,width=100,height=165,left=120,top=70')
}