// JavaScript Document

myContent = "<span style='color:green;'>OMG content!\
<div>Har har every bears lol</div>\
Lorem ipsum dolor sit amet\
</span>";

epicSolo = "<div class='spelltip talenttip'>\
<h4>Epic Solo</h4>\
<small>Rank 0/1<small>\
<small class='red'>Requires 1 point in Pyrotechnics</small>\
<small class='red'>Requires 30 points in Metal Talents</small>\
<br/>\
<span class='left'>50-100 Groove</span><span class='right'>20 yd range</span>\
<span class='left'>Channeled</span><span class='right'>5 min cooldown</span>\
<span class='desc'>Begins an epic solo that will enthrall up to ten enemy targets within a 20-yard radius, causing them to \"rock out\" and suffer 310 to 390 Rock Damage per second. The solo lasts 1 second for every 10 groove.</span></div>";

moshPit = "<div class='spelltip talenttip'>\
<h4>Mosh Pit</h4>\
<small>Rank 0/1<small>\
<small class='red'>Requires 20 points in Punk Rock Talents</small>\
<br/>\
<span class='left'>5 yd range</span><span class='right'>&nbsp;</span>\
<span class='left'>Instant</span><span class='right'>5 min cooldown</span>\
<span class='desc'>Removes all movement-impairing effects and increases movement speed by 50% for the bard's entire party. Lasts 10 seconds. Does not stack with other movement-speed-increasing effects.</span></div>";

facemelter = "<div class='spelltip itemtip'>\
<h4 class='purple'>The Facemelter</h4>\
<span>Binds when picked up</span>\
<span class='left'>Two-Hand</span><span class='right'>Axe</span>\
<span class='left'>345-518 Rock Damage</span><span class='right'>Speed 3.60</span>\
<span class='desc'>(119.9 damage per second)<br/>\
+50 Spirit<br/>\
+51 Stamina<br/>\
Durability 120/120<br/>\
Requires Level 70</span>\
<span class='equip'>Chance on hit: Unleash a killer riff that blows your target's mind.</span>\
<span class='flavor'>\"This one goes to eleven.\"</span></div>";

//Note the forward slash before carriage returns to make the code more legible. This is identical but harder to read: 
//myContent = "<span>OMG content!<div>Har har every bears lol</div>Lorem ipsum dolor sit amet</span>";


//sample function call:
//showTip(myContent); //NO quotes around the parameter