// JavaScript Document
popup1 = "";
function pop_winpopup1(psjs_url){
    if(popup1){
        if(popup1.closed){
            popup1 = window.open("http://www.gatlinburgvacationstore.com/countrytonite_30_Sec_150.wmv", "popup1", "top=200,left=150,width=300,height=300,resizable=0,toolbar=0,scrollbars=0,location=0,status=0,menubar=0")
        } else { 
            popup1.focus();
        }
    } else {
        popup1 = window.open("http://www.gatlinburgvacationstore.com/countrytonite_30_Sec_150.wmv", "popup1", "top=200,left=150,width=300,height=300,resizable=0,toolbar=0,scrollbars=0,location=0,status=0,menubar=0")
    }
}

