function openOrderForm(id){
	window.open('/ll/order_form?id='+id,'OrderForm', 'left=120,top=50,width=800,height=900,toolbar=0,resizable=1,scrollbars=1');
}