$(function(){
  $('ul a').collapsor();
});
function ShowOrderWindow(type)
	{
		window.open(type,'','width=600, height=700, location=no, status=no, scrollbars=yes')
	};