var Support = {

	prepareForm:function(imagepath){
		$('order_form').show();
		$('orderimage').src = imagepath;
		$('imagetoorder').value = imagepath;
	}
}
