﻿<!--
function popitup(url) {
    newwindow=window.open(url,'name','height=655,width=814');  
    if(!newindow){
        alert('We have detected that you are using popup blocking software...');}
    if (window.focus) {newwindow.focus()}
    return false;
}

// -->

