/// mptips

function writeMpTips() {
	var mpTipsHTML = '<div class="mpTips"><div class="mpTipsTit"><strong>How to Use the ScotMus MediaPlayer:</strong></div><div class="mpButtHolder"><div class="mpButts"><img class="butt" src="' + semita + 'p/playButt.png" width="24" height="24" alt="The most important button on the website!" title="The most important button on the website!"/> <span class="mpEmphasis">Play Tune!</span></div><div class="mpButts"><img class="butt" src="' + semita + 'p/pauseButt.png" width="24" height="24" alt="" title=""/> Pause / Resume</div><div class="mpButts"><img class="butt" src="' + semita + 'p/stopButt.png" width="24" height="24" alt="" title=""/> Stop</div><br/><div class="mpButts" title="Also FWD / REW"><img class="butt" src="' + semita + 'p/tuneBar.png" width="62" height="6" alt="Also FWD / REW" title="Also FWD / REW"/> Load / Play Progress</div><div class="mpButts" title="Current Mins:Secs / Total Mins:Secs"><img class="butt" src="' + semita + 'p/tuneCount.png" width="62" height="7" alt="Current Mins:Secs / Total Mins:Secs" title="Current Mins:Secs / Total Mins:Secs"/> Timer + Duration</div><br/><div class="mpButts"><img class="butt" src="' + semita + 'p/prevButt.png" width="24" height="24" alt="" title=""/> Previous Tune / Page</div><div class="mpButts"><img class="butt" src="' + semita + 'p/indexButt.png" width="24" height="24" alt="" title=""/> Tune Index (ie. <em>this</em> page!)</div><div class="mpButts"><a href="001.html"><img class="butt" src="' + semita + 'p/nextButt.png" width="24" height="24" alt="The 2nd most important button on the website - TRY IT NOW!" title="The 2nd most important button on the website - TRY IT NOW!"/></a> <span class="mpEmphasis">Next Tune / Page!</span></div></div></div>';
document.write(mpTipsHTML);
}
writeMpTips();

