
<!-- POP up window -->
function pop(index,index1)
{
window.open(index,index1,"width=600,height=430,scrollbars=yes,resizable=no,menubar=no,toolbar=no,left=90,top=90") 
}
<!-- POP up window -->	
function go()
      {
         if (document.main.book.value==0)
		 {
		 alert("Please Select the Book")
		 document.main.book.focus();
		 }
		 else
		 {
		 location=document.main.book.
         options[document.main.book.selectedIndex].value
		 }
      }
<!-- ******************************************** -->
function gon()
      {
         if (document.quest.book1.value==0)
		 {
		 alert("Please Select the Book")
		 document.quest.book1.focus();
		 }
		 else
		 {
		 location=document.quest.book1.
         options[document.quest.book1.selectedIndex].value
		 }
      }
