function slide(id){$(".slide").not("#slide_" + id).slideUp(500); $("#slide_" + id).slideToggle(500);}
function newopen(url, typ){  if (typ==1) { window.open (url, "location=1,status=1,toolbar=1,menubar=1,directories=1,resizable=1,scrollbars=1,width=100%,height=100%"); } else { location.href=url; }} 