Excerpt from product page





Professor Guitar String eBook



.class1 A:link {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:visited {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:active {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:hover {text-decoration: underline; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: #E58840;}





#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Times New Roman;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color: #000000;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FEFFFF;
}





/***********************************************
* Dropdown menu code
***********************************************/
//Contents for Professor's Lab menu
var menu1=new Array()
menu1[0]='This Weeks Article'
menu1[1]='Professors Archives'
menu1[2]='Strings 101'
menu1[3]='String Secrets Lab'
menu1[4]='String Physics'
menu1[5]='String Recomendations'
menu1[6]='FAQs & FACTS'
menu1[7]='Glossary'
menu1[8]='Search'
menu1[9]='No Bullsh*t Newsletter'
menu1[10]='MySpace'
menu1[11]='Forum'

//Contents for Store menu
var menu2=new Array()
menu2[0]='eBook'
menu2[1]='Merchandise'
menu2[2]='Members Only'

//Contents for Testimonials
var menu3=new Array()
menu3[0]='Player Testimonials'
menu3[1]='What do you play?'
menu3[2]='Artists & Interviews'

//Contents for Professor's Story menu
var menu4=new Array()
menu4[0]='About Us'
menu4[1]='Professor String Interview'
menu4[2]='Contact Us'
menu4[3]='Advertising'
menu4[4]='Careers'


var menuwidth='165px' //default menu width
var menubgcolor= '#E5E5E5' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

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

if (ie4||ns6)
document.write('')

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="-500px"
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 topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
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){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)

Sites you may be interested in