$(document).ready(function(){
	$('a#stockInform').click(function(){
		$('div#noStockForm').slideToggle('fast');
	});
});

