if($(JKpartCFrmworkBig.options.jk_list.list_div_temp)){		

	if(_GI_PartBigCode!=null&&typeof _GI_PartBigCode!="undefined"&&_GI_PartBigCode!=""){

		JKpartCFrmworkBig.Ajax_Call("GI_PartBigCode="+_GI_PartBigCode);
		JKpartCFrmworkSmall.Ajax_Call("GI_PartBigCode="+_GI_PartBigCode+"&Part_No="+_Part_No);

	}
	else{

		JKpartCFrmworkBig.Ajax_Call();
	}

		if($(JKpartCFrmworkSmall.options.jk_list.list_div_temp)){

			Event.observe(JKpartCFrmworkBig.options.jk_list.list_div_temp,'change',function() { 
				 JKpartCFrmworkSmall.Ajax_Call(Form.serialize($(JKpartCFrmworkBig.form_ID)));

			}); 
		}
}
		
	