
//Popup Window Script
//By Website Abstraction (http://wsabstract.com)
//JavaScript tutorials and over 400+ free scripts

function openpopup(){
var popurl="http://www.neworleansfinehotels.com/pop_summer.html"
winpops=window.open(popurl,"","width=225,height=275,resizable,")
}

openpopup()

