var team=new Array()
team[0]='<a href="../team/as.php">ANGEL</a>'
team[1]='<a href="../team/jp.php">JABARI</a>'
team[2]='<a href="../team/lq.php">LAWRENCE</a>'
team[3]='<a href="../team/ma.php">MIKE</a>'
team[4]='<a href="../team/vp.php">VINNIE</a>'
team[5]='<a href="../team/vx.php">VIX</a>'
team[6]='<a href="../team/zg.php">ZAK</a>'







var product=new Array()
product[0]='<a href="../product/printgoods.php">PRINTGOODS</a>'
product[1]='<a href="../product/hardgoods.php">HARDGOODS</a>'
product[2]='<a href="../product/softgoods.php">SOFTGOODS</a>'
product[3]='<a href="../product/accessories.php">ACCESSORIES</a>'




var friends=new Array()
friends[0]='<a href="http://www.ftcsf.com" target="blank">FTC</a>'
friends[1]='<a href="http://www.artsington.com" target="blank">ARTSINGTON</a>'
friends[2]='<a href="http://www.fivepointsskateandsnow.com" target="blank">FIVE POINTS</a>'
friends[3]='<a href="http://www.cowtownskateboards.com" target="blank">COWTOWN</a>'
friends[4]='<a href="http://www.daledreiling.net" target="blank">DALE DREILING</a>'
friends[5]='<a href="http://www.travisjensensf.com/" target="blank">TRAVIS JENSEN</a>'
friends[6]='<a href="http://www.andrewschoultz.com" target="blank">ANDREW SCHOULTZ</a>'
friends[7]='<a href="http://gl-one.blogspot.com/" target="blank">GREG LANG</a>'
friends[8]='<a href="http://www.citylights.com" target="blank">CITY LIGHTS</a>'
friends[9]='<a href="http://www.ianmjohnson.com" target="blank">IAN JOHNSON</a>'
friends[10]='<a href="http://www.lastgasp.com" target="blank">LAST GASP</a>'
friends[11]='<a href="http://www.chrislong.biz" target="blank">CHRIS LONG</a>'
friends[12]='<a href="http://www.turfskateboardco.com" target="blank">TURF</a>'
friends[13]='<a href="http://www.35thnorth.com" target="blank">35TH NORTH</a>'
friends[14]='<a href="http://www.kengotophoto.com" target="blank">KEN GOTO</a>'
friends[15]='<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=9366691" target="blank">ROUNGHNECK</a>'
friends[16]='<a href="http://www.robbrink.com" target="blank">ROB BRINK</a>'
friends[17]='<a href="http://www.myspace.com/helpgavin" target="blank">GAVIN PETERS</a>'
friends[18]='<a href="http://www.esfootwear.com" target="blank">ES</a>'
friends[19]='<a href="http://www.upriseskateshop.com" target="blank">UPRISE</a>'
friends[20]='<a href="http://www.krudco.com" target="blank">KRUDCO</a>'
friends[21]='<a href="http://www.hustleskateboards" target="blank">HUSTLE</a>'
friends[22]='<a href="http://www.westsideskateshop.com" target="blank">WESTSIDE</a>'
friends[23]='<a href="http://www.mumblemagazine.com" target="blank">MUMBLE</a>'
friends[24]='<a href="http://www.lowcardmag.com" target="blank">LOWCARD</a>'
friends[25]='<a href="http://www.westernedition.tv" target="blank">WESTERN EDITION</a>'
friends[26]='<a href="http://www.satorimovement.com" target="blank">SATORI</a>'
friends[27]='<a href="http://www.bobshirt.com" target="blank">BOBSHIRT</a>'
friends[28]='<a href="http://www.dlxsf.com" target="blank">DELUXE</a>'
friends[29]='<a href="http://www.akpress.org" target="blank">AK PRESS</a>'
friends[30]='<a href="http://www.skatelab.com" target="blank">SKATELAB</a>'
friends[31]='<a href="http://www.sewerskidz.com" target="blank">SEWERSKIDZ</a>'
friends[32]='<a href="http://www.leftsidesf.com" target="blank">LEFTSIDE</a>'
friends[33]='<a href="http://www.acetruckmfg.com/" target="blank">ACE TRUCKS</a>'
friends[34]='<a href="http://www.matixclothing.com" target="blank">MATIX</a>'
friends[35]='<a href="http://www.caughtinthecrossfire.com" target="blank">CROSSFIRE</a>'
friends[36]='<a href="http://www.sfskateboarding.org" target="blank">SFSA</a>'
friends[37]='<a href="http://bastardblues.blogspot.com/" target="blank">BASTARD BLUES</a>'
friends[38]='<a href="http://www.slapmagazine.com" target="blank">SLAP</a>'
friends[39]='<a href="http://thelionandtheghost.blogspot.com/" target="blank">LION & THE GHOST</a>'
friends[40]='<a href="http://chrisdyerspositivecreations.blogspot.com/" target="blank">CHRIS DYER</a>'





var business=new Array()
business[0]='<a href="../faq.php">ABOUT</a>'
business[1]='<a href="../ct.php">CONTACT</a>'
business[2]='<a href="../product/dealers.php">FIND DEALER</a>'
business[3]='<a href="../new-accounts.php">NEW ACCOUNTS</a>'




var extras=new Array()
extras[0]='<a href="http://www.youtube.com/user/FunNotFame" target="blank">YOUTUBE</a>'
extras[1]='<a href="http://www.myspace.com/funnotfame" target="blank">MYSPACE</a>'
extras[2]='<a href="http://www.twitter.com/funnotfame" target="blank">TWITTER</a>'



var home=new Array()
home[0]='<a href="/index.php">RETURN TO HOMEPAGE</a>'







var menuwidth='165px' 
var menubgcolor='#ccc'
var disappeardelay='0'
var hidemenu_onclick="yes"

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
   document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
   while (parentEl!=null){
      totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
      parentEl=parentEl.offsetParent;
   }
   return totaloffset;
}
function showhide(obj, e, visible, hidden, menuwidth){
   if (ie4||ns6)
      dropmenuobj.style.left=dropmenuobj.style.top=-500
   if (menuwidth!=""){
      dropmenuobj.widthobj=dropmenuobj.style
      dropmenuobj.widthobj.width=menuwidth
   }
   if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
      obj.visibility=visible
   else if (e.type=="click")
      obj.visibility=hidden
}

function iecompattest(){
   return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
   if (whichedge=="rightedge"){
   var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
   dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
   if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
      edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
   } else{
   var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
   dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
   if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure)
      edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
   }
   return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
   dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
   if (window.event) event.cancelBubble=true
   else if (e.stopPropagation) e.stopPropagation()
   clearhidemenu()
   dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
   populatemenu(menucontents)
   if (ie4||ns6){
      showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
      dropmenuobj.x=getposOffset(obj, "left")
      dropmenuobj.y=getposOffset(obj, "top")
      dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
      dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
   }
   return clickreturnvalue()
}

function clickreturnvalue(){
   if (ie4||ns6) return false
   else return true
}
function contains_ns6(a, b) {
   while (b.parentNode)
      if ((b = b.parentNode) == a)
         return true;
   return false;
}

function dynamichide(e){
   if (ie4&&!dropmenuobj.contains(e.toElement))
      delayhidemenu()
   else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
      delayhidemenu()
}

function hidemenu(e){
   if (typeof dropmenuobj!="undefined"){
   if (ie4||ns6)
   	  dropmenuobj.style.visibility="hidden"
   }
}
function delayhidemenu(){
   if (ie4||ns6)
      delayhide=setTimeout("hidemenu()",disappeardelay)
}
function clearhidemenu(){
   if (typeof delayhide!="undefined")
      clearTimeout(delayhide)
}
if (hidemenu_onclick=="yes")
document.onclick=hidemenu