// see http://www.crays.com/jsc/jsC4Uadv.htm
// for instructions

var pageSubject = new Array()
var pageURL = new Array()

pageSubject[0] = "Sartans Workshop - Main"
pageURL[0] = "http://www.saroftreve.com/sales/index.htm"

pageSubject[1] = "Fucking Machines from Orgasm Alley"
pageURL[1] = "http://www.orgasmalley.com/index.htm"

pageSubject[2] = "Spanking Machines from Orgasm Alley"
pageURL[2] = "http://www.orgasmalley.com/som/index.htm"

pageSubject[3] = "Ballz from Orgasm Alley"
pageURL[3] = "http://www.orgasmalley.com/ballz/index.htm"

pageSubject[4] =  "WWL CDROM Edition"
pageURL[4] = "http://www.saroftreve.com/wwl/cat-wcd.htm"

pageSubject[5] =  "WWL Hardware - Main"
pageURL[5] = "http://www.saroftreve.com/hardware/whindex.htm"

pageSubject[6] = "BDSM Workshop - Main"
pageURL[6] = "http://www.saroftreve.com/workshop/index.htm"

pageSubject[7] = "Working With Leather - Main"
pageURL[7] = "http://www.saroftreve.com/wwl/index.htm"

pageSubject[8] = "Sartans Site Index"
pageURL[8] = "http://www.saroftreve.com/index.htm"

function loadPage(selURL){ 
  location.href = selURL.options[selURL.selectedIndex].value
  } 
