function openNextWindowSample(thepage) {
  w=window.open(thepage,'poem','width=250,height=355,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no,left=525,top=125');
  }
function openNextWindow3(thepage) {
	w=window.open(thepage,'poem','width=610,height=445,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=yes','left=0,top=0');
}
function openNextWindow2(thepage) {
	w=window.open(thepage,'july4thintro','width=400,height=400,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=yes','left=0,top=0');
}
function openLGWindow(thepage) {
	w=window.open(thepage,'lg','width=530,height=440,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no','left=0,top=0');
}
function flashwin(thepage,thename) {
  w=window.open(thepage,thename,'width=630,height=253,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no,left=60,top=20');
}
function flashwin2(thepage,thename) {
  w=window.open(thepage,thename,'width=500,height=440,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no,left=60,top=20');
}
