/* Coast Accommodation Javascripts and jQuery Listing Created by WebStuff.biz - Last edited : 19/12/2008 */ /** Feature and Property Listing Slider **/ $(function () { $('.accommtheme a').css({ "opacity" : 0 }); $('.accommtheme').hover(function() { $(this).children('.uno').stop().animate({ "left" : "190px" , "opacity" : .1 }, 600); }, function() { $(this).children('.uno').stop().animate({ "left" : "5px" , "opacity" : 1 }, 400); }); }); /** Popup Opener **/ function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }