<!--
function opensave(type, id)
{
  window.open ("my_save.asp?id=" + id + "&type=" + type, '', "menubar=0, toolbar=0, status=0, width=200, height=150, scrollbars=0")
}

function changemouse(src){ 
		src.style.cursor = 'hand'; 
}
// -->


