//Macs hate blank js files

<!--
popup2 = "";
function pop_winpopup2(psjs_url){
    if(popup2){
        if(popup2.closed){
            popup2 = window.open("http://www.bigestores.com/sourcefiles/siteid29/files/HF_Skirt.pdf", "popup2", "top=" + ((screen.availHeight/2) - (800 / 2)) + ",left=" + ((screen.availWidth/2) - (600 / 2)) + ",width=620,height=390,resizable=0,toolbar=0,scrollbars=0,location=0,status=0,menubar=0")
        } else { 
            popup2.focus();
        }
    } else {
        popup2 = window.open("http://www.bigestores.com/sourcefiles/siteid29/files/HF_Skirt.pdf", "popup2", "top=" + ((screen.availHeight/2) - (800 / 2)) + ",left=" + ((screen.availWidth/2) - (600 / 2)) + ",width=620,height=390,resizable=0,toolbar=0,scrollbars=0,location=0,status=0,menubar=0")
    }
}
// -->

