<!--
if (top.frames.length!=0)
 top.location=self.document.location;

function piczoom(pic){
  var url = "http://coastalcarolinalifestyle.net/images/" + pic;
  window.open(url,"pic640x480","width=640,height=480");
}
function zoompic(pic){
  var url = "http://coastalcarolinalifestyle.net/images/" + pic;
  window.open(url,"pic480x640","width=480,height=640");
}
function bare_window(url) {
  window.open(url,"DLT","width=640,height=800,scrollbars,resizable");
}

<!-- print this window script
function printWindow(){
   version = parseInt(navigator.appVersion)
   if (version >= 4) window.print()
}

function newWindow(description) {
	answer = window.open(description, 'answerWin', 'width=500,height=420,top=25,left=25')
	answer.focus()
}
function newWindow2(description) {
	answer = window.open(description, 'answerWin', 'width=500,height=420,top=25,left=25,scrollbars=no')
	answer.focus()
}
function newWindow3(description) {
	answer = window.open(description, 'answerWin', 'width=500,height=420,top=25,left=25,scrollbars=no')
	answer.focus()
}

function newWindow4(description) {
	answer = window.open(description, 'answerWin', 'width=500,height=390,top=25,left=25,scrollbars=no')
	answer.focus()
}

function newWindow5(description) {
	answer = window.open(description, 'answerWin', 'width=500,height=390,top=25,left=25,scrollbars=no')
	answer.focus()
}
function newWindowQB(description) {
	answer = window.open(description, 'answerWin', 'width=800,height=800,top=25,left=25,scrollbars=yes')
	answer.focus()
}
// -->