//	Preload Images Script
//	*********************
    if (window.document.images) {

    function doPreload() {
      var the_images = new Array('images/n11.gif','images/n12.gif','images/n13.gif','images/n21.gif','images/n22.gif','images/n23.gif','images/n31.gif','images/n32.gif','images/n33.gif','images/n41.gif','images/n42.gif','images/n43.gif','images/n51.gif','images/n52.gif','images/n53.gif','images/n61.gif','images/n62.gif','images/n63.gif','images/n71.gif','images/n72.gif','images/n73.gif','images/n81.gif','images/n82.gif','images/n83.gif','images/s11.gif','images/s12.gif','images/s13.gif','images/s21.gif','images/s22.gif','images/s23.gif','images/s31.gif','images/s32.gif','images/s33.gif','images/s41.gif','images/s42.gif','images/s43.gif','images/s51.gif','images/s52.gif','images/s53.gif','images/s61.gif','images/s62.gif','images/s63.gif','images/s71.gif','images/s72.gif','images/s73.gif','images/s81.gif','images/s82.gif','images/s83.gif','images/clickhere_off.gif','images/clickhere_on.gif','images/clickhere2_off.gif','images/clickhere2_on.gif');
      preloadImages(the_images);
      }
    function preloadImages(the_images_array) {
    for(loop = 0; loop < the_images_array.length; loop++) {
      var an_image = new Image();
      an_image.src = the_images_array[loop];
      }
     }
    }

//	Pop Up Window Script
//	*********************
	function popUP(the_url) {
	var the_window = window.open(the_url,'the_window','width=640,height=475,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,screenX=100pixels,screenY=100pixels');
	}

//	Pop Up Map
//	*********************
	function popMAP(the_url) {
	var the_window = window.open(the_url,'the_window','width=331,height=306,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes,screenX=100pixels,screenY=100pixels');
	}

//	Pop Up External URL
//	*********************
	function popURL(the_url) {
	var the_window = window.open(the_url,'the_window','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,screenX=100pixels,screenY=100pixels');
	}

//	Self Close
//	*********************
    function closeNow()	{
    window.close()
    }

//	Adobe Reader
//	*********************
    function reader() {
    window.open("WebStripper/protected.html#link=http://www.adobe.com/products/acrobat/readstep2.html", "newwindow", "height=600,width=800,scrollbars,resizable")
    }