<!--


	function view_VHS(theURL)  {
	 iwin = window.open(theURL,"IWIN", "resizable=yes,width=275,height=300");
	}

	function MM_reloadPage(init) {  //reloads the window if Nav4 resized
	  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
	    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
	MM_reloadPage(true);

	function pop_open(theURL,winName,features)  {
	window.open(theURL,winName,features);
	}

	function CatchNetscape()
		{
			if (navigator.appName.indexOf('Netscape') != -1)
				{
				var OK = confirm("We have detected that you are currently using a Netscape browser. " +
								"Our eChapters are currently only supported on Internet Explorer browsers " +
								"and we do not suggest purchasing an eChapter if you plan " +
								"to view them using a Netscape browser. " +
								"Do you still wish to add this item to your shopping cart?");
					if (OK)
						return true ;
					else
						return false ;
				}
	  }
	  
//check for input in fast search box
	  
	  function checkforblanks()
	{
	for (var i = 0; i < arguments.length; i += 2)
		{
		if (!arguments[i])
			{alert("Please enter information for " + arguments[i+1] + "!");return false;}
		}
	return true;
	}

function validateSearch()
	{
	// Make sure none of the required fields are empty
	var isFull = checkforblanks(document.fastsearch.fastsearch_text.value, "your search");
		if (!isFull)
		{return false;}
	}
  
// -->