function directions_win()

{ 
window.open('inc/lessons/directions.html','directions','width=300,height=500,resizable=no'); 
}

function form_win()

{ 
window.open('bookform.html','','width=550,height=675,resizable=no,screenX=0,screenY=0'); 
}