﻿// JavaScript Document
$(document).ready(function(){
$('.topimage').maxImage({
isBackground: true,
slideShow: true,
position: 'absolute',
verticalAlign: 'center',
horizontalAlign: 'center',
slideShowTitle: false, 
slideDelay:10,
maxFollows: 'height',
resizeMsg: {show: false}
});
});
