<!--
/*                                                                                              
   
                                                                      
          © Copyright 1995-2003, DFWStudios & Randall W. Haws.        
                          All Rights Reserved.                        
                                                                      
   
                                                               
       * SCRIPTS ARE PROTECTED BY INTELLECTUAL PROPERTY LAWS *   
      ***FAIR USE IS PERMITTED FOR www.DiscipleshipLibrary.com***   
      *** ANY OTHER USE IS RESTRICTED AND STRICTLY PROHIBITED *****   
      Unauthorized publication or exploitation of any scripts or    
       any JavaScript Functions in this file are prohibited.    
                                                               
   
                                                               
     In accessing this script file, you agree that you may only   
      view the downloaded content for your own non-commercial use.  
                                                                      
       You are not permitted to copy, broadcast, download, store      
       (in any medium), transmit, show or play in public, adapt or    
       change in any way the content of the scripts in this file for  
       any other purpose whatsoever without the prior written         
       permission of DFWStudios.com & Randall W. Haws.                
                                                                      
       Admin Contact: www.DFWStudios.com Email: legal@DFWStudios.com  
                                                                      
       The viewer is prohibited from modifying, publishing,           
       archiving, transmitting, selling, participating in the         
       transfer or saleor reproducing, creating derivative works      
       from, distributing, performing, displaying or in any way       
       the scripts in this file or the JavaScript located herein      
      relating to the exploiting any of the script thereto in       
     whole or in part.                                           
                                                               
   
*/
function HistoryGoBack(){
	window.history.back(1);
}
function CloseWindow() {
	window.close();
}
function LaunchHelpWindow(url) {
	DFWremoteH = open(url, "DFWremoteH", "resizable,scrollbars,width=400,height=300");
}
function LaunchSmallWindow(url) {
	if (document.all||document.layers||document.getElementById) {
		NewWinWidth=screen.availWidth-350;
		NewWinHeight=screen.availHeight-250;
	}
	DFWremoteW = open(url, "DFWremoteW", "resizable,scrollbars,width=NewWinWidth,height=NewWinHeight");
}
function LaunchPDFWindow(url) {
	DFWremoteP = open(url, "DFWremoteP", "resizable,scrollbars,width=400,height=600");
}
function submit_query(){
	var the_form = document.getElementByID("search_form");
	
	alert("form should be submitted!");
}
function CPU(url){
	var OrigWin=self.window;
	var ComWin=window.open("http://"+url,"BibleCommentary","scrollbars=1,resizable=1,toolbar=1,status=0,menu=0,width=650,height=450");
	ComWin.focus();
}
function HMS(what){
	setTimeout("DST('"+what+"')",200);
}
function DST(what){
	if(what==1){
		window.status="Click to View Bible Commentary for this Chapter.";
	}	
}
function SMS(){
	window.status="";
}
//-->