﻿$(document).ready(function() {
	// do something here
//$(".proshow").ImageAutoSize(100,90);
$(".submenu").css("cursor","pointer");
$(".submenu").click(function() {
				var src1=$(this).attr("rel");
				$("#bimgpro").attr("src",src1);
							   });
});
