function ShowSend(){
	popUp = window.open('WSendLink.aspx?URLadd=' + self.location.href ,'ShowSend', 'width=400,height=300,left=100,top=100,menubar=no,resizable=no,scrollbars=yes');
	popUp.focus();
}

function ShowPrint(ID){
	popUp = window.open('WPrint.aspx?ID=' + ID, 'ShowPrint', 'width=500,height=200,left=100,top=100,menubar=yes,resizable=yes,scrollbars=yes');
	popUp.focus();
}