var sw1 = null;
var sw2 = null;
$(function() {

	sw1  = $('#scrollWindow1').scrollWindow();
	sw2  = $('#scrollWindow2').scrollWindow();
	

	
});




