

<!--

function makeRemote() {

// Define the size of your remote window in pixels with "width" and "height." 
remote = window.open("","remotewin","width=490,height=360,resizable=yes,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0");

// Put the full url of your remote document where you see "URL".
remote.location.href = "http://www.americanfolk.com/cafenation/draw2.shtml";

    if (remote.opener == null) remote.opener = window; 
remote.opener.name = "opener";
}

        browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

        if ( browser) {
                
                
	       toc1on = new Image(); 
	       toc1on.src = "http://www.spiritualitea.com/spiritualitoys/cafeon2b.gif";



	       toc1off = new Image(); 
	       toc1off.src = "http://www.spiritualitea.com/spiritualitoys/cafeoff2b.gif";

                }
                
     
        
        function img_act(imgName) {
                        if ( browser) {
                                        imgOn = eval(imgName + "on.src");
                                        document [imgName].src = imgOn;
					
					
                        }
                }

        function img_inact(imgName) {
             				if ( browser) {
             				imgOff = eval(imgName + "off.src");
            			        document [imgName].src = imgOff;
				    
			
            		 }
     		}

// -->

