function popupPartance(id)
{
		window.open("partance.asp?id="+id,"Partance","width=800 height=600 scrollbars=auto");
}
