
//  Copyright 1996-97 Project Cool, Inc.  Used by the net, with permission but
//  we would appreciate it if you would give us credit in the source or a link
//  from your site. Please keep this notice intact. http://www.projectcool.com
//
browser = (((navigator.appName == "Netscape") &&  (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName ==  "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (browser) {
	picture = new MakeImageArray(11)
	blurb = new MakeStringArray(11)
	blurb[1] = "Picture 1"
	blurb[2] = "Picture 2"
	blurb[3] = ""
	blurb[4] = ""
	blurb[5] = ""
	blurb[6] = ""
	blurb[7] = ""
	blurb[8] = ""
	blurb[9] = ""
	blurb[10] = ""
	blurb[11] = ""
	}
      function MakeImageArray(n) {
              this.length = n
              for (var i = 1; i<=n; i++) {
                      this[i] = new Image()
                      }
              return this
      }
      function MakeStringArray(n) {
              this.length = n
              for (var i = 1; i<=n; i++) {
                      this[i] = new String()
                      }
              return this
      }
        function msover(num) {
                        if (browser) { 
                                document.photo.src = picture[num].src
                                window.status = blurb[num]
                        }
                }
        function msout(num) {
                        if (browser) {
                                        document.photo.src = picture[num].src
                                        window.status = ""
                        }                   
                }
       function nextsp(loc)
              {document.location=loc}

var i

function openwin(url)
{
if (i==1)
{closewin() }
wtype="toolbar=0,location=0,status=0,directories=0,resize=1,scrollbars=1,width=250,height=500,top=20,left=0"
GlosWin=window.open(url,"GlosWin",wtype) 
i=1
}
function closewin()
{
if (i==1)
{
GlosWin.close()
i=0
}
}

function frameit(page)
{
browser = (((navigator.appName == 'Netscape') &&  (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName ==  'Microsoft Internet Explorer') && (parseInt(navigator.appVersion) >= 4 )))
if (browser) {
if (self.location==top.location)
{window.location="index.html?item=" + page }
} // end browser detection if clause
else {
alert ('This page requires Internet Explorer 4 or Netscape 3 or newer browser')
window.location='index.html' }
}
function checkframe(page)
{
framefunction="frameit('" + page + "')"
setTimeout(framefunction,2000)

}