// <!--



function popWindow(theURL) {
        if (window.thePopWin) {
                if (window.thePopWin.closed){ 
                        thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=600,height=770');
                        doneIt = 1;
                } else {
                        if (navigator.appVersion.indexOf("AOL") == -1) {
                                window.thePopWin.focus();
                                if (window.thePopWin.location != theURL) window.thePopWin.location = theURL;
                        } else {
                                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=600,height=770');
                        }
                }
        } else {
                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=600,height=770');

        }
}


function popWindow2(theURL) {
        if (window.thePopWin2) {
                if (window.thePopWin2.closed){ 
                        thePopWin2 = open(theURL,'thePopWin2','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=810,height=600');
                        doneIt = 1;
                } else {
                        if (navigator.appVersion.indexOf("AOL") == -1) {
                                window.thePopWin2.focus();
                                if (window.thePopWin2.location != theURL) window.thePopWin2.location = theURL;
                        } else {
                                thePopWin2 = open(theURL,'thePopWin2','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=810,height=600');
                        }
                }
        } else {
                thePopWin2 = open(theURL,'thePopWin2','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=810,height=600');

        }
}


function popWindow3(theURL) {
        if (window.thePopWin3) {
                if (window.thePopWin3.closed){ 
                        thePopWin3 = open(theURL,'thePopWin3','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=800,height=600');
                        doneIt = 1;
                } else {
                        if (navigator.appVersion.indexOf("AOL") == -1) {
                                window.thePopWin3.focus();
                                if (window.thePopWin3.location != theURL) window.thePopWin3.location = theURL;
                        } else {
                                thePopWin3 = open(theURL,'thePopWin3','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=800,height=600');
                        }
                }
        } else {
                thePopWin = open(theURL,'thePopWin3','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=800,height=600');

        }
}




function popForm(theURL) {
        if (window.thePopWin) {
                if (window.thePopWin.closed){ 
                        thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=450,height=450');
                        doneIt = 1;
                } else {
                        if (navigator.appVersion.indexOf("AOL") == -1) {
                                window.thePopWin.focus();
                                if (window.thePopWin.location != theURL) window.thePopWin.location = theURL;
                        } else {
                                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=450,height=450');
                        }
                }
        } else {
                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=450,height=450');

        }
}




//-->


