// JavaScript Document


//  THIS IS THE SCRIPT FOR THE HOME PAGE TO CREATE EITHER A SMALL OR LARGE VERSION OF THE BOOM IN ACTION GRAPHIC
if(screen.width < 1280 ){
var adjust = '<div style="width: 726px; background: url(img/in_action.jpg) no-repeat 10px;"><a href="javascript:;"><img src="img/actiontransparent.gif" alt="See the unique Gradall boom in action" onclick="MM_openBrWindow(\'/popups/gradall-boom.html\',\'\',\'width=650,height=460\')" /></a></div>';
} else {
var adjust ='<div><a href="javascript:;"><img src="img/actiontransparent.gif" alt="See the unique Gradall boom in action" onclick="MM_openBrWindow(\'/popups/gradall-boom.html\',\'\',\'width=650,height=460\')" /></a></div>';
}