$(document).ready(function(){$('.darkmouseroll').mouseover(function(){$(this).addClass('dark_highlight')});$('.darkmouseroll').mouseout(function(){$(this).removeClass('dark_highlight')});$(".popup").bind('click',function(){window.open(this.href,"Robotic's Inc.","height=500,width=600,scrollbars=1,screenX=150,screenY=50").focus();return false})});
