
jQuery.noConflict();  
function scrollWin(divid){
		jQuery('#maincontent').animate({
		scrollTop: jQuery(divid).offset().top
		}, 1000);
	}

