function ruSureDelRow(row) {
	if (confirm('Are you sure you wish to delete this row')) {
		document.location.href='cart_kill.php?row=' + row;
	} 

}