function ViewPrice(name){
	$('#' + name).modal({overlay:0, onShow:function(){content.jScrollPane();}});
}
$(document).ready(function(){

});
