// JavaScript Document
function pop_tc(S_P_Anchor, w, h){
        hw = open(S_P_Anchor, 'dbpower', 'resizable=no,scrollbars=no,width='+w+',height='+h);
        if (hw != null){if (hw.opener == null) hw.opener = self;}
        if (hw.focus) hw.focus();
}
function pop_tc2(S_P_Anchor, w, h){
        hw = open(S_P_Anchor, 'dbpower', 'resizable=no,scrollbars=yes,width='+w+',height='+h);
        if (hw != null){if (hw.opener == null) hw.opener = self;}
        if (hw.focus) hw.focus();
}

function pop_up_box()
{
window.open("valid_photo_identification.html","_blank","toolbar=no, location=no, titlebar=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=680, height=480")
}