<!--
function launchwin()
{
      newwin = window.open("http://www.gfxvalley.com/whiteboard/digitalbook.html","WindowName","fullscreen=1, scrollbars=1")
      newwin.resizeBy(16,0) 
} 


function closewindow()
 { 
	opener.window.location = "thanks.htm"
  	window.close();
}
