
//---------------------------------------------------------hotels pop ups------------------------------------------
//BEARSKIN
function bear1(wi,he,fi){
myleft=(screen.width)?(screen.width-wi)/2:100;mytop=(screen.height)?(screen.height-he)/2:100;
settings='top=' + mytop + ',left=' + myleft + ',width='+wi+',height='+he+',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no,fullscreen=no'
PopupWin=window.open('images/gatlinburg-TN-hotels/'+fi,'_blank', settings);
PopupWin.focus();}
