function RaderaKontroll(url)
{
	if (window.confirm("Skall posten och eventuellt tillhörande information verkligen raderas?"))
	{
		window.location=url;
	}

}


function popUpWin(LStrArg,LinWidth,LinHeight,LStrWinId) 
{
	props=window.open(LStrArg,LStrWinId, 'width='+LinWidth+',height='+LinHeight+',left=10,top=10, scrollbars=yes, resizeable=yes');
}

