// <!--function popPrivacy(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=500,height=500');                        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=500,height=500');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable,width=500,height=500');        }}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=600');                        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=600');                        }                }        } 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=600');        }}function popChart(theURL) {        if (window.thePopWin) {                if (window.thePopWin.closed){                         thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=0,status=no,menubar=no,scrollbars=yes,resizable,width=650,height=650');                        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=no,location=no,directories=0,status=n0,menubar=no,scrollbars=yes,resizable,width=650,height=560');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=0,status=no,menubar=no,scrollbars=yes,resizable,width=650,height=650');        }}function popWindowGallery(theURL) {        if (window.thePopWin) {                if (window.thePopWin.closed){                         thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=500,height=490');                        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=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=500,height=490');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=500,height=490');        }}function popList(theURL) {        if (window.thePopWin) {                if (window.thePopWin.closed){                         thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=800,height=700');                        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=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=width=800,height=700');                        }                }        } else {                thePopWin = open(theURL,'thePopWin','left=30,top=30,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable,width=800,height=700');        }}//-->