
function resetMap(){
	$("#divM").scrollTop(468);
	$("#divM").scrollLeft(624);
}

$(document).ready(function(){
	$("#divM").scrollview({
		grab:"images/openhand.cur",
		grabbing:"images/closedhand.cur"
	});
});

/*
$("#imgMap").ready(function(){
	resetMap();
});
*/
//
windows.onload = resetMap;