\n";
var printReadyElem = document.getElementById("directions");
if (printReadyElem != null)
{
html += "
";
html += printReadyElem.innerHTML;
}
else
{
alert("Could not find the printReady section in the HTML");
return;
}
html += "\n\n";
var printWin = window.open("","printSpecial", "width = 600");
printWin.document.open();
printWin.document.write(html);
printWin.document.close();
if (gAutoPrint)
printWin.print();
}
else
{
alert("Sorry, the print ready feature is only available in modern browsers.");
}
}
var rokboxPath = '/plugins/system/rokbox/';
var SpliceMenuSettings = {
'arrow': {duration: 200, transition: Fx.Transitions.Sine.easeOut},
'subpanel': {duration: 200, transition: Fx.Transitions.Sine.easeOut}
}
InputsExclusion.push('.content_vote','#rt-popup','#rt-popuplogin','#vmMainPage','#community-wrap')
window.addEvent('domready', function() {new GantrySmartLoad({'offset': {'x': 200, 'y': 200}, 'placeholder': '/templates/rt_tachyon_j15/images/blank.gif', 'exclusion': ['ul.menutop,div.roktabs-wrapper,span.image,div.fusion-submenu-wrapper,.module-content ul.menu .image,.roknewspager-div a,.feature-block .image-full, .controls']}); });
window.addEvent("domready", function() {
new ScrollModules('rt-feature', {duration: 600, transition: Fx.Transitions.Quint.easeInOut, autoplay: 0, delay: 5000});
});
window.addEvent("domready", function(){ new SmoothScroll(); });